github: Use latest version of SonarScanner

This commit is contained in:
Tobias Brunner 2021-08-16 11:24:14 +02:00
parent 1c4e134f26
commit ce607d774b
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
# for C builds, so we follow the "any CI" instructions
- name: Install sonar-scanner
env:
SONAR_SCANNER_VERSION: 4.4.0.2170
SONAR_SCANNER_VERSION: 4.6.2.2472
run: |
export SONAR_SCANNER_HOME=$HOME/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux
curl --create-dirs -sSLo $HOME/.sonar/sonar-scanner.zip https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-$SONAR_SCANNER_VERSION-linux.zip