diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 9223bd4..3fdb3f7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -63,7 +63,7 @@ jobs: # Uncomment to activate SonarCloud Scan - name: SonarCloud Scan if: matrix.php == '8.2' && matrix.symfony == '6.4.*' - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}