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 8ac3017 commit ae80e11Copy full SHA for ae80e11
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
- run: npm ci
76
- name: Run Tests
77
run: npm run coverage
78
- - uses: sonarsource/sonarqube-scan-action@v5.3.1
+ - uses: sonarsource/sonarqube-scan-action@v6.0.0
79
env:
80
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments