]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use latest Sonar scanner
authorTobias Brunner <tobias@strongswan.org>
Tue, 31 Oct 2023 11:22:35 +0000 (12:22 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 3 Nov 2023 08:28:51 +0000 (09:28 +0100)
.github/workflows/sonarcloud.yml

index ed682b2289b6662b90b4a60adb6557c67c172f86..54b279f82408130279b63202691c75b03ed483ed 100644 (file)
@@ -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