We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be9bcd2 + b13991a commit 30f55d4Copy full SHA for 30f55d4
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
125
- name: SonarCloud Scan
126
if: github.actor != 'dependabot[bot]' && !env.ACT
127
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarcloud-github-action@ffc3010689be73b8e5ae0c57ce35968afd7909e8 # v5.0.0
128
env:
129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
130
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments