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 476cabd commit 4d78b5cCopy full SHA for 4d78b5c
1 file changed
.github/workflows/build-and-test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: SonarQube Scan
27
if: ${{ github.actor != 'dependabot[bot]' }}
28
- uses: SonarSource/sonarqube-scan-action@v5.2.0
+ uses: SonarSource/sonarqube-scan-action@v6.0.0
29
env:
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments