From a6d9764b2c04dfda0ad1ff08a048ed0c3ee44c8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:47:54 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v8 --- .github/workflows/SonarCloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SonarCloud.yml b/.github/workflows/SonarCloud.yml index 016c567..8b24038 100644 --- a/.github/workflows/SonarCloud.yml +++ b/.github/workflows/SonarCloud.yml @@ -40,7 +40,7 @@ jobs: run: go test -v ./... -coverprofile=coverage.out -covermode=count -json > test-report.out - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v7.1.0 # https://github.com/marketplace/actions/sonarqube-scan + uses: SonarSource/sonarqube-scan-action@v8.2.0 # https://github.com/marketplace/actions/sonarqube-scan if: ${{ github.actor != 'dependabot[bot]' }} with: args: >