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 3747624 commit b2192f1Copy full SHA for b2192f1
.github/workflows/_test.yml
@@ -168,7 +168,7 @@ jobs:
168
169
- name: SonarQube Scan
170
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
171
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
+ uses: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf # v5.2.0
172
env:
173
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
174
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments