Skip to content

Commit efd4b41

Browse files
authored
Update SonarQube scan action version in build.yml
1 parent 9fdf8a8 commit efd4b41

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
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@v6
18+
- uses: SonarSource/sonarqube-scan-action@v5
1919
env:
2020
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2121
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
@@ -25,5 +25,3 @@ jobs:
2525
# timeout-minutes: 5
2626
# env:
2727
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
28-
29-

0 commit comments

Comments
 (0)