We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4904224 commit 7901fadCopy full SHA for 7901fad
.github/workflows/sonar.yml
@@ -25,4 +25,4 @@ jobs:
25
env:
26
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
27
if: github.event.pull_request.head.repo.full_name == github.repository || env.SONAR_TOKEN != ''
28
- uses: sonarsource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5.1.0
0 commit comments