From c2be946e24974d98ea024df6def68f4ab1bb956c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:29:12 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v5.3.0 --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 8af1a2f..2e4413a 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -42,7 +42,7 @@ jobs: run: npm ci --ignore-scripts - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0 - name: Run build-wrapper run: | @@ -61,7 +61,7 @@ jobs: find .. -name '*.o' | xargs gcov --preserve-paths - name: Run sonar-scanner - uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0 + uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: