We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e86758 commit dbf0023Copy full SHA for dbf0023
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@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1
158
env:
159
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments