Skip to content

Commit

Permalink
Updated SonarQube action
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 15, 2025
1 parent ddb0149 commit afb76ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
head ./tests/coverage/clover.xml
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
continue-on-error: true
if: ${{ (matrix.php-versions == '7.4') && (matrix.mysql-version == '5.7') }} && SONAR_TOKEN
with:
Expand Down

0 comments on commit afb76ca

Please sign in to comment.