Skip to content

Commit

Permalink
chore(deps): bump SonarSource/sonarcloud-github-action from 3 to 4 (#494
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent f8d37eb commit bd453e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ jobs:
- name: SonarCloud Scan
if: env.SONAR_TOKEN != ''
uses: SonarSource/sonarcloud-github-action@v3
uses: SonarSource/sonarqube-scan-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: |
args: >
-Dsonar.php.tests.reportPath=./results/results.xml
-Dsonar.php.coverage.reportPaths=${{ steps.coverage.outputs.list }}
Expand Down

0 comments on commit bd453e8

Please sign in to comment.