Skip to content

Commit f0fb637

Browse files
authored
ci: migrate sonar cloud scanner action (#685)
1 parent 81cb356 commit f0fb637

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: ./.github/actions/download-lint-report
3030

3131
- name: SonarCloud Scan
32-
uses: SonarSource/sonarcloud-github-action@master
32+
uses: SonarSource/sonarcloud-github-action@latest
3333
env:
3434
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/sonar-pr.yml

Lines changed: 1 addition & 1 deletion
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/sonarcloud-github-action@master
93+
uses: SonarSource/sonarqube-scan-action@latest
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}

0 commit comments

Comments
 (0)