1
0

.gitea/workflows/sonar-scanner.yaml aktualisiert
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 58s

This commit is contained in:
Florian Zumpe 2026-06-03 16:25:28 +02:00
parent 5566f2ecc3
commit 679f06d9a6

View File

@ -20,7 +20,7 @@ jobs:
env:
SONAR_SCANNER_VERSION: ${{ vars.SONAR_SCANNER_VERSION }}
run: |-
apk --no-cache add curl unzip openjdk25-jre openjdk25-jre-headless;
apk --no-cache add curl unzip;
curl --create-dirs -sSLo /tmp/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION.zip;
unzip -o /tmp/sonar-scanner.zip -d /tmp/;