From a4ef8e78e070892ef56a35c3eff5737662b31266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:39:43 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action digest to 7006c44 --- .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 0ed4f8a..43b9d86 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@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 - 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@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8 + uses: SonarSource/sonarqube-scan-action@7006c4492b2e0ee0f816d36501671557c97f5995 # v8 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: