From c003feda32c3fbb3d11f0b4f7df3360025a37361 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Tue, 18 Feb 2025 10:02:38 -0500 Subject: [PATCH] ci: updates outdated sonarcloud action --- .github/workflows/pr-validation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.