Skip to content

Commit c1d807e

Browse files
authored
Update sonarqube.yml
1 parent 7844ee6 commit c1d807e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
18-
- uses: SonarSource/sonarqube-scan-action@v5
18+
- uses: SonarSource/sonarqube-scan-action@v6
1919
env:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -25,3 +25,4 @@ jobs:
2525
# timeout-minutes: 5
2626
# env:
2727
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28+

0 commit comments

Comments
 (0)