We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e082c87 commit 0839641Copy full SHA for 0839641
1 file changed
.github/workflows/_test.yml
@@ -142,7 +142,7 @@ jobs:
142
143
- name: SonarQube Scan
144
if: ${{ !cancelled() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
145
- uses: SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5.0.0
+ uses: SonarSource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0
146
env:
147
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
148
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments