Skip to content

Commit 5ae9edc

Browse files
committed
fix: pin SonarCloud scan action version
Replace the floating SonarSource/sonarqube-scan-action master reference with the latest released v7.0.0 tag in PR and push workflows.
1 parent 1d8addd commit 5ae9edc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make check-all
3838

3939
- name: "Run SonarCloud Scan"
40-
uses: SonarSource/sonarqube-scan-action@master
40+
uses: SonarSource/sonarqube-scan-action@v7.0.0
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/push-release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
RP_LAUNCH_ATTR: ref:${{ github.ref }} event_name:${{ github.event_name }}
4949

5050
- name: "Run SonarCloud Scan"
51-
uses: SonarSource/sonarqube-scan-action@master
51+
uses: SonarSource/sonarqube-scan-action@v7.0.0
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)