Remove SonarCloud integration from project and related configuration files.
Build and Analyse / build-and-analyse (push) Has been cancelled

This commit is contained in:
2026-06-27 14:11:37 +02:00
parent 9f301337b6
commit 744abd47ff
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -27,9 +27,10 @@ runs:
- name: Publish Test Report - name: Publish Test Report
uses: dorny/test-reporter@v3 uses: dorny/test-reporter@v3
with: with:
token: ${{ inputs.token }}
name: ${{ inputs.report-name }} name: ${{ inputs.report-name }}
path: "*" path: "*"
reporter: java-junit reporter: java-junit
only-summary: true only-summary: true
working-directory: "junit-short" working-directory: "junit-short"
use-actions-summary: true
token: ${{ inputs.token }}
+1 -1
View File
@@ -1,6 +1,6 @@
name: "Setup Maven with GitHub Packages" name: "Setup Maven with GitHub Packages"
description: "Sets up JDK, caches Maven dependencies, and configures GitHub Packages for Maven repositories." description: "Sets up JDK and caches Maven dependencies."
inputs: inputs:
java-version: java-version: