We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7662774 + c003fed commit ecc5dafCopy full SHA for ecc5daf
.github/workflows/pr-validation.yml
@@ -59,9 +59,8 @@ jobs:
59
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml
60
- name: SonarCloud Scan
61
if: ${{ !github.event.pull_request.head.repo.fork }}
62
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5
63
env:
64
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
66
67
# The check-php-version-matrix returns success if all matrix jobs in build are successful; otherwise, it returns a failure.
0 commit comments