From e3276459312190640bd51e7aceb462b310a9a745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:07:25 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5ffbad44543237d1b339a5ed57a774432e19f3e4 to ba6563cca79df854af1350ec3dc5881313ec2d3c. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/5ffbad44543237d1b339a5ed57a774432e19f3e4...ba6563cca79df854af1350ec3dc5881313ec2d3c) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: ba6563cca79df854af1350ec3dc5881313ec2d3c 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 af722a9b..986c8553 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@5ffbad44543237d1b339a5ed57a774432e19f3e4 + uses: SonarSource/sonarqube-scan-action@ba6563cca79df854af1350ec3dc5881313ec2d3c env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}