From 1289ee2035bf30ecffc2ceba0cc75fc6096ab62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 11:14:47 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 30dbe5c9eeccb106afb2590dcb61f7a05ffbee14 to 59db25f34e16620e48ab4bb9e4a5dce155cb5432. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/30dbe5c9eeccb106afb2590dcb61f7a05ffbee14...59db25f34e16620e48ab4bb9e4a5dce155cb5432) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 59db25f34e16620e48ab4bb9e4a5dce155cb5432 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 33651e39..92be7432 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@30dbe5c9eeccb106afb2590dcb61f7a05ffbee14 + uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}