Skip to content

Commit 8ad4283

Browse files
committed
Merge remote-tracking branch 'phpcfdi/dependabot/github_actions/dot-github/workflows/SonarSource/sonarqube-scan-action-6' into maintenance
2 parents 2ab7569 + 4761066 commit 8ad4283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
# Actions
88
# shivammathur/setup-php@v2 https://github.com/marketplace/actions/setup-php-action
9-
# SonarSource/sonarqube-scan-action@v5 https://github.com/marketplace/actions/official-sonarqube-scan
9+
# SonarSource/sonarqube-scan-action@v6 https://github.com/marketplace/actions/official-sonarqube-scan
1010

1111
jobs:
1212

@@ -137,6 +137,6 @@ jobs:
137137
sed 's#'$GITHUB_WORKSPACE'#/github/workspace#g' build/coverage/junit.xml > build/sonar-junit.xml
138138
sed 's#'$GITHUB_WORKSPACE'#/github/workspace#g' build/coverage/clover.xml > build/sonar-coverage.xml
139139
- name: SonarCloud Scan
140-
uses: SonarSource/sonarqube-scan-action@v5
140+
uses: SonarSource/sonarqube-scan-action@v6
141141
env:
142142
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)