We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6703b19 + 610725b commit c939c8fCopy full SHA for c939c8f
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