From e93854f05da1a039049b0e117a88e15ec4e2cc0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 05:56:50 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from f00de44f574073760c9deaf47f694e10431f3988 to c8357220fa7152a7881d87dcaefafbd129e37cb9. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/f00de44f574073760c9deaf47f694e10431f3988...c8357220fa7152a7881d87dcaefafbd129e37cb9) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: c8357220fa7152a7881d87dcaefafbd129e37cb9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 78ac1bb..5df982f 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@f00de44f574073760c9deaf47f694e10431f3988 + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@c8357220fa7152a7881d87dcaefafbd129e37cb9 # 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@f00de44f574073760c9deaf47f694e10431f3988 + uses: SonarSource/sonarqube-scan-action@c8357220fa7152a7881d87dcaefafbd129e37cb9 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: