From 86f8fc958eb92a18b2797e3840f1b4721d057eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:44:40 +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/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 f10f32d5..748bfcf9 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@f00de44f574073760c9deaf47f694e10431f3988 + uses: SonarSource/sonarqube-scan-action@c8357220fa7152a7881d87dcaefafbd129e37cb9 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}