From 1faf09a503a564e60aa47dae28972263a55e32c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 13:54:57 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action from 7.1.0 to 8.0.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/golang.yaml | 2 +- .github/workflows/js.yaml | 2 +- .github/workflows/python.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index b732de56..662f05e5 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -191,7 +191,7 @@ jobs: make ci-test - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v8.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/js.yaml b/.github/workflows/js.yaml index 76cc7906..59d87b7a 100644 --- a/.github/workflows/js.yaml +++ b/.github/workflows/js.yaml @@ -180,7 +180,7 @@ jobs: path: ./build - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v8.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 38918dff..934e620e 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -206,7 +206,7 @@ jobs: if-no-files-found: error - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v7.1.0 + uses: SonarSource/sonarqube-scan-action@v8.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}