We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e317d commit 6eddef6Copy full SHA for 6eddef6
1 file changed
.github/workflows/build.yml
@@ -14,6 +14,6 @@ jobs:
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
- name: SonarQube Scan
17
- uses: SonarSource/sonarqube-scan-action@v5
+ uses: SonarSource/sonarqube-scan-action@v6
18
env:
19
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments