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 }}