Skip to content

Commit

Permalink
Use sonarqube-scan-action in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek authored Dec 9, 2024
1 parent 759b70c commit 8043f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: composer test

- name: Run SonarQube analysis
uses: sonarsource/sonarcloud-github-action@master
uses: sonarsource/sonarqube-scan-action@v4.1.0
if: matrix.run-sonarqube-analysis
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8043f42

Please sign in to comment.