Skip to content

Commit 94be90e

Browse files
authored
Update sonar-scanner-cli download URL
1 parent 8ebca15 commit 94be90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
2>/dev/null | cut -f8 -d'/'`
1919
SONAR_DOWNLOAD_PATH=https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
2020
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip \
21-
$SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip
21+
$SONAR_DOWNLOAD_PATH/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux-x64.zip
2222
unzip -o $HOME/.sonar/sonar-scanner.zip -d $HOME/.sonar/
2323
curl --create-dirs -sSLo $HOME/.sonar/build-wrapper-linux-x86.zip \
2424
https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip

0 commit comments

Comments
 (0)