diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22a5ef2..a0f4287 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: pnpm run test - name: "Test: Sonar" - uses: SonarSource/sonarcloud-github-action@5ee47de3c96f0c1c51b09d2ff1fec0cfeefcf67c # master + uses: SonarSource/sonarcloud-github-action@3f80f38bc6bad1df00a99b2a458f10935079b9c7 # master continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any