diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b86842..9c21959 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -50,7 +50,7 @@ jobs: go test -coverprofile=unit.coverage.out -cover ./... - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: