We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7bd99 commit 8fa6af0Copy full SHA for 8fa6af0
.github/workflows/third_party_checks.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Sonar Scan
39
if: "! github.event.pull_request.head.repo.fork "
40
- uses: SonarSource/sonarqube-scan-action@v4
+ uses: SonarSource/sonarqube-scan-action@v5
41
env:
42
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
43
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments