Skip to content

Commit 8fa6af0

Browse files
chore(deps): update sonarsource/sonarqube-scan-action action to v5
1 parent 0e7bd99 commit 8fa6af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party_checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Sonar Scan
3939
if: "! github.event.pull_request.head.repo.fork "
40-
uses: SonarSource/sonarqube-scan-action@v4
40+
uses: SonarSource/sonarqube-scan-action@v5
4141
env:
4242
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)