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.
2 parents a3638d3 + e161d4e commit b9ae8e3Copy full SHA for b9ae8e3
.github/workflows/sonarcloud.yml
@@ -49,7 +49,7 @@ jobs:
49
# Disabling shallow clones is recommended for improving the relevancy of reporting
50
fetch-depth: 0
51
- name: SonarQube Scan
52
- uses: SonarSource/sonarqube-scan-action@v5.3.1 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
+ uses: SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
53
env:
54
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
55
with:
0 commit comments