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 c573840 commit 8c539caCopy full SHA for 8c539ca
.github/workflows/tests.yml
@@ -84,7 +84,7 @@ jobs:
84
sed -i "s|$GITHUB_WORKSPACE|/github/workspace|g" phpunit.report-junit.xml
85
86
- name: Run SonarQube analysis
87
- uses: sonarsource/sonarqube-scan-action@v5.2.0
+ uses: sonarsource/sonarqube-scan-action@v5.3.0
88
if: ${{ matrix.run-sonarqube-analysis && !github.event.pull_request.head.repo.fork }}
89
env:
90
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments