Skip to content

Commit 01bc23c

Browse files
authored
Use sonarqube-scan-action in CI build
1 parent 8042ad9 commit 01bc23c

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
@@ -133,7 +133,7 @@ jobs:
133133
sed -i "s|$GITHUB_WORKSPACE|/github/workspace|g" phpunit.report-junit.xml
134134
135135
- name: Run SonarQube analysis
136-
uses: sonarsource/sonarcloud-github-action@v3.1.0
136+
uses: sonarsource/sonarqube-scan-action@v4.1.0
137137
if: matrix.run-sonarqube-analysis
138138
env:
139139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)