From f9d50696b1a92106947977eb25be2eacbbafb37e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 12:58:18 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action digest to 9598b8a --- .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 9997c18..3b204aa 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -55,7 +55,7 @@ jobs: # yamllint disable rule:line-length - name: Install Build Wrapper - uses: SonarSource/sonarqube-scan-action/install-build-wrapper@dcc5211de53084482f1c6779dda263459f5274f6 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@9598b8a83feef37de07f549027fab50ecffe6a6e # yamllint enable rule:line-length # yamllint disable rule:line-length @@ -74,7 +74,7 @@ jobs: # yamllint disable rule:line-length - name: Analyze with SonarQube / SonarCloud - uses: SonarSource/sonarqube-scan-action@dcc5211de53084482f1c6779dda263459f5274f6 + uses: SonarSource/sonarqube-scan-action@9598b8a83feef37de07f549027fab50ecffe6a6e env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: