From 4b93199fceb0e2757f8c3e1f5a79e6d733a51c39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:12:18 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action action to v8 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5d46c72..c0bb581 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -56,7 +56,7 @@ jobs: run: go test -coverprofile=cover.out ./... - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v7.0.0 + uses: SonarSource/sonarqube-scan-action@v8.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}