We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51798ee + bf73339 commit d14efa2Copy full SHA for d14efa2
1 file changed
.github/workflows/automated-sonarqube-cloud-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
21
- name: SonarQube Scan
22
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
25
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments