diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e53d90e..62cea8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: go test -json -coverpkg=./... -coverprofile=coverage.out ./... > test-report.json - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 env: SONAR_TOKEN: ${{ secrets.ENTUR_SONAR_PASSWORD }}