We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38acbd2 + 5b4d5f7 commit a93555fCopy full SHA for a93555f
.github/workflows/sonarcloud.yml
@@ -34,7 +34,6 @@ jobs:
34
run: go test -coverprofile cover.out -coverpkg=./... ./...
35
working-directory: ${{ env.relativePath }}
36
- name: SonarCloud Scan
37
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5
38
env:
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
40
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments