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 4ba7b94 commit 81cc7edCopy full SHA for 81cc7ed
.github/workflows/sonarcloud.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
29
30
- name: SonarCloud Scan
31
- uses: SonarSource/sonarcloud-github-action@9f9bba2c7aaf7a55eac26abbac906c3021d211b2 # master
+ uses: SonarSource/sonarcloud-github-action@13a24e453e2e6262f3bb0c5fa8241031e637a028 # master
32
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
34
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments