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: