From: Tobias Brunner Date: Mon, 16 Aug 2021 09:24:14 +0000 (+0200) Subject: github: Use latest version of SonarScanner X-Git-Tag: 5.9.4dr1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce607d774b4f18598632bc7b76c9063262b64341;p=thirdparty%2Fstrongswan.git github: Use latest version of SonarScanner --- 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