Skip to content

Commit e917faa

Browse files
chore(gha): bump SonarSource/sonarqube-scan-action from 6 to 7 (#3437)
1 parent e784ba0 commit e917faa

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@v6
109+
uses: SonarSource/sonarqube-scan-action@v7
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)