Skip to content

Commit ecc5daf

Browse files
authored
Merge pull request #204 from microsoftgraph/ci/outdated-task
ci: updates outdated sonarcloud action
2 parents 7662774 + c003fed commit ecc5daf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-validation.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,8 @@ jobs:
5959
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' coverage.xml
6060
- name: SonarCloud Scan
6161
if: ${{ !github.event.pull_request.head.repo.fork }}
62-
uses: SonarSource/sonarcloud-github-action@master
62+
uses: SonarSource/sonarqube-scan-action@v5
6363
env:
64-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6564
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6665

6766
# The check-php-version-matrix returns success if all matrix jobs in build are successful; otherwise, it returns a failure.

0 commit comments

Comments
 (0)