We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e431c8 + bbb10df commit 15935e5Copy full SHA for 15935e5
.github/workflows/pull_request.yml
@@ -118,7 +118,7 @@ jobs:
118
id: unit-tests
119
run: pnpm test:coverage
120
121
- - uses: sonarsource/sonarqube-scan-action@v6
+ - uses: sonarsource/sonarqube-scan-action@v7
122
if: ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork }}
123
env:
124
SONAR_TOKEN: ${{ secrets.PUBLIC_GREEN_SONAR_TOKEN }}
0 commit comments