From 7a26899d4582bd85af918f52f684772d69badff1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:31:18 +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 6c09e0c..39101bc 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -33,7 +33,7 @@ jobs: coverage: none - 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: | @@ -46,7 +46,7 @@ jobs: TEST_PHP_EXECUTABLE: "/usr/bin/php" - 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: