Skip to content

Commit

Permalink
⬆️ (ci) [NO-ISSUE]: Bump sonarsource/sonarqube-scan-action from 3 to …
Browse files Browse the repository at this point in the history
…4 in the actions group (#491)
  • Loading branch information
valpinkman authored Nov 13, 2024
2 parents 6fbe971 + 0d31e5d commit df2b2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
if: ${{ steps.health-check.conclusion == 'success' }}
run: pnpm test:coverage -- --max-warnings=0

- uses: sonarsource/sonarqube-scan-action@v3
- uses: sonarsource/sonarqube-scan-action@v4
if: ${{ steps.unit-tests.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.event.pull_request.head.repo.fork == 'false' }}
env:
SONAR_TOKEN: ${{ secrets.GREEN_SONAR_TOKEN }}
Expand Down

0 comments on commit df2b2f1

Please sign in to comment.