Skip to content

Commit 855395e

Browse files
chore(gha): bump SonarSource/sonarqube-scan-action from 5 to 6 (#3377)
1 parent a91823e commit 855395e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# No need to run the analysis from all environments
107107
- name: SonarCloud Scan
108108
if: ${{ success() && contains(matrix.os.coverage, 'coverage') && env.SONAR_TOKEN != '' }}
109-
uses: SonarSource/sonarqube-scan-action@v5
109+
uses: SonarSource/sonarqube-scan-action@v6
110110
env:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
112112
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)