From db23d4c870ced3cb52cdba2a848b0d924d6136f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:56:39 +0000 Subject: [PATCH] chore(deps): update sonarsource/sonarqube-scan-action action to v7.2.1 --- .github/workflows/sonar-code-coverage-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar-code-coverage-analysis.yaml b/.github/workflows/sonar-code-coverage-analysis.yaml index 393e304..17d57a6 100644 --- a/.github/workflows/sonar-code-coverage-analysis.yaml +++ b/.github/workflows/sonar-code-coverage-analysis.yaml @@ -50,7 +50,7 @@ jobs: go test -v -coverprofile=coverage.out ./... || true - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0 + uses: sonarsource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: