Skip to content

Commit b4492bf

Browse files
authored
ci: fix sonarqube action version (#687)
1 parent 097b91b commit b4492bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
unzip lint-report.zip -d reports
9191
9292
- name: SonarCloud Scan
93-
uses: SonarSource/sonarqube-scan-action@latest
93+
uses: SonarSource/sonarqube-scan-action@v4.2.1
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}

0 commit comments

Comments
 (0)