diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 43ea2f192..eaf430e87 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 }}