From 84c0b271675b255295e8d6f0fc02c10817a73b31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:50:10 +0000 Subject: [PATCH] Update SonarSource/sonarqube-scan-action action to v5.3.2 --- .github/workflows/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 6bf582532..556d49a80 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -48,6 +48,6 @@ jobs: name: failures path: "**/failures/" - - uses: SonarSource/sonarqube-scan-action@1a6d90ebcb0e6a6b1d87e37ba693fe453195ae25 # v5.3.1 + - uses: SonarSource/sonarqube-scan-action@2f77a1ec69fb1d595b06f35ab27e97605bdef703 # v5.3.2 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}