We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 788302f + c676ea7 commit 36c53daCopy full SHA for 36c53da
.github/workflows/sonarcloud.yml
@@ -28,7 +28,6 @@ jobs:
28
run: go test -coverprofile cover.out -coverpkg=./... ./...
29
working-directory: ${{ env.relativePath }}
30
- name: SonarCloud Scan
31
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
34
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments