From bd453e81b1dc3ff458faa39e81365bea57ae1ac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:40:15 +0100 Subject: [PATCH] chore(deps): bump SonarSource/sonarcloud-github-action from 3 to 4 (#494) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42f73ec..63ec6c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -183,12 +183,12 @@ jobs: - name: SonarCloud Scan if: env.SONAR_TOKEN != '' - uses: SonarSource/sonarcloud-github-action@v3 + uses: SonarSource/sonarqube-scan-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} with: - args: | + args: > -Dsonar.php.tests.reportPath=./results/results.xml -Dsonar.php.coverage.reportPaths=${{ steps.coverage.outputs.list }}