We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504af4c commit cc27722Copy full SHA for cc27722
1 file changed
.github/workflows/_test.yml
@@ -154,7 +154,7 @@ jobs:
154
155
- name: SonarQube Scan
156
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
157
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
+ uses: SonarSource/sonarqube-scan-action@8c71dc039c2dd71d3821e89a2b58ecc7fee6ced9 # v5.3.0
158
env:
159
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments