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