We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93b4d47 + c774baa commit fad314bCopy full SHA for fad314b
.github/workflows/sonarcloud.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
19
- name: SonarQube Scan
20
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
23
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments