From 50afa06887d77ad6d5665573395c47a4f5639732 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 03:15:23 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action action to v6 [SECURITY] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}