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 ffd44fb commit 6bb2f91Copy full SHA for 6bb2f91
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
/Collect:"Code Coverage;Format=Xml"
40
/ResultsDirectory:"${{ env.COVERAGE_RESULTS }}"
41
- name: SonarQube Scan
42
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@9e3b4566ddf746ecad637e9e760676f10e8229d6
43
env:
44
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
45
with:
0 commit comments