From d4396aa9c175eead1ab07f296d9f5d814d0b1c66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:34:30 +0000 Subject: [PATCH] Bump SonarSource/sonarqube-scan-action from 8.2.0 to 8.2.1 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](https://github.com/sonarsource/sonarqube-scan-action/compare/v8.2.0...v8.2.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5d092ac6..fd0ee3b2 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@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 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 54daa264..f283321e 100644 --- a/.github/workflows/js.yaml +++ b/.github/workflows/js.yaml @@ -181,7 +181,7 @@ jobs: path: ./build - name: SonarCloud Code Scan if: ${{ inputs.code-scan }} - uses: SonarSource/sonarqube-scan-action@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 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 fe63740e..d92089a1 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@v8.2.0 + uses: SonarSource/sonarqube-scan-action@v8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}