diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0308763..a9a38b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: - name: Analyze with SonarQube if: github.ref_name == 'main' - uses: SonarSource/sonarqube-scan-action@v5.1.0 + uses: SonarSource/sonarqube-scan-action@v6 continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}