From ce607d774b4f18598632bc7b76c9063262b64341 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 16 Aug 2021 11:24:14 +0200 Subject: [PATCH] github: Use latest version of SonarScanner --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 293cbe27d0..0a2accff1d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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 -- 2.47.2