Skip to content

Commit 3c60b47

Browse files
committed
✏️ Update the action of SonarQube scan.
1 parent 3577df0 commit 3c60b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_sonarqube_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
path: ${{ inputs.download_path }}
4848

4949
- name: SonarCloud Scan
50-
uses: SonarSource/sonarcloud-github-action@master
50+
uses: SonarSource/sonarqube-scan-action@master
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5353
SONAR_TOKEN: ${{ secrets.sonar_token }}

0 commit comments

Comments
 (0)