From 33aa0d9175471c51f9d0ed370d6fab3156588fa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:06:51 +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/python-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-coverage.yml b/.github/workflows/python-coverage.yml index 6e1bc3f2..f10f32d5 100644 --- a/.github/workflows/python-coverage.yml +++ b/.github/workflows/python-coverage.yml @@ -102,7 +102,7 @@ jobs: - name: SonarQube Scan # yamllint disable-line rule:line-length - uses: SonarSource/sonarqube-scan-action@f099b441665cb71b0414100cfaf6d835492cee5f + uses: SonarSource/sonarqube-scan-action@f00de44f574073760c9deaf47f694e10431f3988 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}