Skip to content

Commit bd453e8

Browse files
chore(deps): bump SonarSource/sonarcloud-github-action from 3 to 4 (#494)
1 parent f8d37eb commit bd453e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ jobs:
183183
184184
- name: SonarCloud Scan
185185
if: env.SONAR_TOKEN != ''
186-
uses: SonarSource/sonarcloud-github-action@v3
186+
uses: SonarSource/sonarqube-scan-action@v4
187187
env:
188188
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
189189
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
190190
with:
191-
args: |
191+
args: >
192192
-Dsonar.php.tests.reportPath=./results/results.xml
193193
-Dsonar.php.coverage.reportPaths=${{ steps.coverage.outputs.list }}
194194

0 commit comments

Comments
 (0)