Skip to content

Commit 475b38b

Browse files
committed
Update sonar scanner to 7.1.
Name change -linux -> -linux-x64
1 parent 1209dbb commit 475b38b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
wget --no-verbose https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
8585
unzip -qq build-wrapper-linux-x86.zip
8686
rm build-wrapper-linux-x86.zip
87-
wget --no-verbose https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
88-
unzip -qq sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
89-
rm sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux.zip
87+
wget --no-verbose https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64.zip
88+
unzip -qq sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64.zip
89+
rm sonar-scanner-cli-${{ env.SONAR_SCANNER_VERSION }}-linux-x64.zip
9090
cd ..
9191
9292
- name: Install build dependencies
@@ -239,7 +239,7 @@ jobs:
239239
## not as of 2023-06-09
240240
sed -i "s|/github/home/.platformio/packages/toolchain-xtensa-esp32/bin/xtensa-esp32-elf-g..|`pwd`/.github/fake-cc|g" \
241241
sonarqube-out/build-wrapper-dump.json
242-
./sonarqube/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux/bin/sonar-scanner \
242+
./sonarqube/sonar-scanner-${{ env.SONAR_SCANNER_VERSION }}-linux-x64/bin/sonar-scanner \
243243
-Dsonar.host.url=https://sonarcloud.io \
244244
-Dsonar.organization=openbikesensor \
245245
-Dsonar.projectKey=openbikesensor_OpenBikeSensorFirmware \

0 commit comments

Comments
 (0)