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.
1 parent e0bd51c commit 9c46ee4Copy full SHA for 9c46ee4
.github/workflows/sonar.yaml
@@ -47,7 +47,7 @@ jobs:
47
args: --timeout=5m --issues-exit-code=0 --output.checkstyle.path=golangci-lint-report.xml
48
49
- name: SonarCloud Scan
50
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5.0.0
51
env:
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments