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 41e6505 commit 4467b6cCopy full SHA for 4467b6c
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