Skip to content

Commit 1fbcdd8

Browse files
authored
Update python-app.yml
1 parent 3e4f349 commit 1fbcdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
48-
- uses: SonarSource/sonarqube-scan-action@main
48+
- uses: SonarSource/sonarqube-scan-action@v4
4949
env:
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5151
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)