From 43b435fa9456248ec3bf87101818b79e2cb06811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 01:51:14 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20SonarSource/sonarqube-scan-a?= =?UTF-8?q?ction=20from=206.0.0=20to=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rw_sonarqube_scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rw_sonarqube_scan.yaml b/.github/workflows/rw_sonarqube_scan.yaml index f2fcc482..f5815a98 100644 --- a/.github/workflows/rw_sonarqube_scan.yaml +++ b/.github/workflows/rw_sonarqube_scan.yaml @@ -59,7 +59,7 @@ jobs: path: ${{ inputs.download_path }} - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v6.0.0 + uses: SonarSource/sonarqube-scan-action@v7.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.sonar_token }}