diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 93ef4194..eb004ee5 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -59,9 +59,8 @@ jobs: run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml - name: SonarCloud Scan if: ${{ !github.event.pull_request.head.repo.fork }} - uses: SonarSource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@v5 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # The check-php-version-matrix returns success if all matrix jobs in build are successful; otherwise, it returns a failure.