]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use latest SonarQube action
authorTobias Brunner <tobias@strongswan.org>
Fri, 26 Sep 2025 13:22:24 +0000 (15:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 26 Sep 2025 13:34:28 +0000 (15:34 +0200)
Updating this although the fixed security issue only affects Windows
builds.

.github/workflows/sonarcloud.yml

index 28ee3e9872702db2563374e57f0a37c57b7d8f62..7b4424a52abb4d8615c777d1f05d4a2d97d1d343 100644 (file)
@@ -44,11 +44,11 @@ jobs:
           sudo apt-get install -qq ccache
           echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
           ccache -z
-      - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1
+      - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0
       - run: |
           echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
       - uses: ./.github/actions/default
-      - uses: SonarSource/sonarqube-scan-action@v5.3.1
+      - uses: SonarSource/sonarqube-scan-action@v6.0.0
         env:
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
         with: