diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f8833b..49e6553 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: name: GitHub - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v4 + uses: SonarSource/sonarqube-scan-action@v6 continue-on-error: true env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}