.gitea/workflows/sonar-scanner.yaml aktualisiert
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 58s
All checks were successful
Sonarqube Scanner / Build and analyze (push) Successful in 58s
This commit is contained in:
parent
5566f2ecc3
commit
679f06d9a6
@ -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/;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user