Skip to content

Commit c573840

Browse files
authored
Use new sonarqube-scan-action in CI pipeline
1 parent 978d82b commit c573840

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
@@ -84,7 +84,7 @@ jobs:
8484
sed -i "s|$GITHUB_WORKSPACE|/github/workspace|g" phpunit.report-junit.xml
8585
8686
- name: Run SonarQube analysis
87-
uses: sonarsource/sonarcloud-github-action@master
87+
uses: sonarsource/sonarqube-scan-action@v5.2.0
8888
if: ${{ matrix.run-sonarqube-analysis && !github.event.pull_request.head.repo.fork }}
8989
env:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)