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 3c62408 commit 1b19701Copy full SHA for 1b19701
.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.0
+ uses: sonarsource/sonarqube-scan-action@v5.3.1
137
if: matrix.run-sonarqube-analysis
138
env:
139
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments