]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Use latest SonarQube action
authorTobias Brunner <tobias@strongswan.org>
Mon, 15 Sep 2025 15:46:03 +0000 (17:46 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 15 Sep 2025 15:46:03 +0000 (17:46 +0200)
.github/workflows/sonarcloud.yml

index e2fbf8476dac0d7df4cdab372bb63634ce467451..28ee3e9872702db2563374e57f0a37c57b7d8f62 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@v4
+      - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1
       - run: |
           echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
       - uses: ./.github/actions/default
-      - uses: SonarSource/sonarqube-scan-action@v4
+      - uses: SonarSource/sonarqube-scan-action@v5.3.1
         env:
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
         with: