Skip to content

Commit 8043f42

Browse files
authored
Use sonarqube-scan-action in CI build
1 parent 759b70c commit 8043f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: composer test
5858

5959
- name: Run SonarQube analysis
60-
uses: sonarsource/sonarcloud-github-action@master
60+
uses: sonarsource/sonarqube-scan-action@v4.1.0
6161
if: matrix.run-sonarqube-analysis
6262
env:
6363
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)