Skip to content

Commit c1084b4

Browse files
committed
chore: sonar action switched to sonarqube
1 parent 9c3c36e commit c1084b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# run: sed -i 's/\/home\/runner\/work\/framework\/framework\//\/github\/workspace\//g' coverage-report.clover
7979

8080
- name: SonarCloud Scan
81-
uses: SonarSource/sonarcloud-github-action@master
81+
uses: SonarSource/sonarqube-scan-action@master
8282
env:
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)