From 48ad88d124ae9cdb1d77ccca5b522b523110b233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 00:01:38 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-analyze-dart from 3.0.9 to 4.0.0 Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 3.0.9 to 4.0.0. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](https://github.com/zgosalvez/github-actions-analyze-dart/compare/92375956021937d35938504eefb62b18bfebb154...6d4afc5acc7e6cc8bc8f409112e0bcc632eafe03) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-analyze-dart dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4609a9..659ccb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: working-directory: code - name: Analyze Flutter if: matrix.category == 'static' - uses: zgosalvez/github-actions-analyze-dart@92375956021937d35938504eefb62b18bfebb154 + uses: zgosalvez/github-actions-analyze-dart@6d4afc5acc7e6cc8bc8f409112e0bcc632eafe03 with: fail-on-warnings: true working-directory: code diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c017650..3a79800 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -78,7 +78,7 @@ jobs: # static testing - name: Analyze Flutter if: matrix.category == 'static' - uses: zgosalvez/github-actions-analyze-dart@92375956021937d35938504eefb62b18bfebb154 + uses: zgosalvez/github-actions-analyze-dart@6d4afc5acc7e6cc8bc8f409112e0bcc632eafe03 with: fail-on-warnings: true working-directory: code