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 6d5937c commit e4c9122Copy full SHA for e4c9122
.github/workflows/scan.yml
@@ -67,7 +67,7 @@ jobs:
67
ref: ${{ github.event.pull_request.head.sha }}
68
69
- name: Scan with SonarCloud
70
- uses: sonarsource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
+ uses: sonarsource/sonarqube-scan-action@aa494459d7c39c106cc77b166de8b4250a32bb97 # v5.1.0
71
env:
72
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
73
with:
0 commit comments