From: Tobias Brunner Date: Tue, 31 Oct 2023 11:22:35 +0000 (+0100) Subject: github: Use latest Sonar scanner X-Git-Tag: 5.9.12rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c012b664ee5639a1993d6b4a430739c33f7287;p=thirdparty%2Fstrongswan.git github: Use latest Sonar scanner --- diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index ed682b2289..54b279f824 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -45,7 +45,7 @@ jobs: # for C builds, so we follow the "any CI" instructions - name: Install sonar-scanner env: - SONAR_SCANNER_VERSION: 4.6.2.2472 + SONAR_SCANNER_VERSION: 5.0.1.3006 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