We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 945e83f + 04cadf3 commit 1cd072eCopy full SHA for 1cd072e
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: go test -v -coverprofile=coverage.out -json > report.json
36
37
- name: Sonar Scan
38
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments