Skip to content

Commit 8224674

Browse files
authored
[PRM-538] Upgrade SonarSource/sonarqube-scan-action from v5 to v6 (#791)
1 parent ab6564a commit 8224674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cd ..
6464
6565
- name: SonarCloud Scan
66-
uses: SonarSource/sonarqube-scan-action@v5
66+
uses: SonarSource/sonarqube-scan-action@v6
6767
env:
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6969
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)