We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097b91b commit b4492bfCopy full SHA for b4492bf
.github/workflows/sonar-pr.yml
@@ -90,7 +90,7 @@ jobs:
90
unzip lint-report.zip -d reports
91
92
- name: SonarCloud Scan
93
- uses: SonarSource/sonarqube-scan-action@latest
+ uses: SonarSource/sonarqube-scan-action@v4.2.1
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
0 commit comments