From 64fb1829bd939d1280b2c8468488357ecf9b82be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:33:25 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action Bumps the github_actions group with 1 update in the /.github/workflows directory: [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `SonarSource/sonarqube-scan-action` from 5.3.1 to 6.0.0 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v5.3.1...v6.0.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 6.0.0 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/python-test-dev.yml | 2 +- .github/workflows/python-test-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-test-dev.yml b/.github/workflows/python-test-dev.yml index 56c4fff..54af955 100644 --- a/.github/workflows/python-test-dev.yml +++ b/.github/workflows/python-test-dev.yml @@ -34,7 +34,7 @@ jobs: verbose: true token: ${{ secrets.CODECOV_TOKEN }} - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 + uses: SonarSource/sonarqube-scan-action@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/python-test-release.yml b/.github/workflows/python-test-release.yml index a349fe2..6eb7c32 100644 --- a/.github/workflows/python-test-release.yml +++ b/.github/workflows/python-test-release.yml @@ -41,7 +41,7 @@ jobs: verbose: true token: ${{ secrets.CODECOV_TOKEN }} - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 + uses: SonarSource/sonarqube-scan-action@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}