We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3c3c4 commit 85e0f0aCopy full SHA for 85e0f0a
.github/workflows/sonarcloud.yaml
@@ -20,7 +20,7 @@ jobs:
20
# Disabling shallow clone is recommended for improving relevancy of reporting
21
fetch-depth: 0
22
- name: SonarCloud Scan
23
- uses: sonarsource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9
+ uses: sonarsource/sonarcloud-github-action@6bbd64e0cb2194e04addb429d669a9ee873eeeef
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments