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