Skip to content

Commit

Permalink
build: Update sonarcloud scan action
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafik committed Jan 4, 2025
1 parent 6775c5e commit 29c3c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: vendor/bin/phpstan analyse --memory-limit=-1 --error-format=json > phpstan.json

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 29c3c55

Please sign in to comment.