From 6e9a527e82d5419cdac62661fb530ee14d9bc673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:50:49 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from f099b441665cb71b0414100cfaf6d835492cee5f to f00de44f574073760c9deaf47f694e10431f3988. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/f099b441665cb71b0414100cfaf6d835492cee5f...f00de44f574073760c9deaf47f694e10431f3988) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: f00de44f574073760c9deaf47f694e10431f3988 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 371c723..78ac1bb 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@f099b441665cb71b0414100cfaf6d835492cee5f + uses: SonarSource/sonarqube-scan-action/install-build-wrapper@f00de44f574073760c9deaf47f694e10431f3988 # 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@f099b441665cb71b0414100cfaf6d835492cee5f + uses: SonarSource/sonarqube-scan-action@f00de44f574073760c9deaf47f694e10431f3988 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: