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 200d79a commit 7914dddCopy full SHA for 7914ddd
.github/workflows/sonarcloud-analysis.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
- name: SonarQube Scan
21
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
24
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments