From 40e6cb9cd4614a37fe48197f193425812e52b52b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 09:04:44 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v7.2.1 --- .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..8975ebf 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@v7.2.1 # https://github.com/marketplace/actions/sonarqube-scan if: ${{ github.actor != 'dependabot[bot]' }} with: args: >