We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4f349 commit 1fbcdd8Copy full SHA for 1fbcdd8
.github/workflows/python-app.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v4
46
with:
47
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
48
- - uses: SonarSource/sonarqube-scan-action@main
+ - uses: SonarSource/sonarqube-scan-action@v4
49
env:
50
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
51
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
0 commit comments