Skip to content

Commit edd3ce8

Browse files
committed
✏️ Update the SonarQube action version to specific version.
1 parent 6014b14 commit edd3ce8

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
@@ -52,7 +52,7 @@ jobs:
5252
path: ${{ inputs.download_path }}
5353

5454
- name: SonarCloud Scan
55-
uses: SonarSource/sonarqube-scan-action@master
55+
uses: SonarSource/sonarqube-scan-action@v4.2.1
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
5858
SONAR_TOKEN: ${{ secrets.sonar_token }}

0 commit comments

Comments
 (0)