diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a7ec108..6a4c3ab 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -60,7 +60,7 @@ jobs: - 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 }}