We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3c36e commit c1084b4Copy full SHA for c1084b4
.github/workflows/sonar.yml
@@ -78,7 +78,7 @@ jobs:
78
# run: sed -i 's/\/home\/runner\/work\/framework\/framework\//\/github\/workspace\//g' coverage-report.clover
79
80
- name: SonarCloud Scan
81
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
82
env:
83
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments