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.
1 parent 7844ee6 commit c1d807eCopy full SHA for c1d807e
.github/workflows/sonarqube.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18
- - uses: SonarSource/sonarqube-scan-action@v5
+ - uses: SonarSource/sonarqube-scan-action@v6
19
env:
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
21
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -25,3 +25,4 @@ jobs:
25
# timeout-minutes: 5
26
# env:
27
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28
+
0 commit comments