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 c1c91c9 commit bea11b8Copy full SHA for bea11b8
.github/workflows/_test.yml
@@ -207,7 +207,7 @@ jobs:
207
208
- name: SonarQube Scan
209
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') && matrix.runner == 'ubuntu-latest' }}
210
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
+ uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
211
env:
212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
213
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments