We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b19701 commit b68a54bCopy full SHA for b68a54b
.github/workflows/tests.yml
@@ -133,7 +133,7 @@ jobs:
133
sed -i "s|$GITHUB_WORKSPACE|/github/workspace|g" phpunit.report-junit.xml
134
135
- name: Run SonarQube analysis
136
- uses: sonarsource/sonarqube-scan-action@v5.3.1
+ uses: sonarsource/sonarqube-scan-action@v6.0.0
137
if: matrix.run-sonarqube-analysis
138
env:
139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments