From 7f48b1ad2e2201db24cb060cdffddf6083d6df1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:56:12 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-analyze-dart from 3.0.9 to 3.0.11 Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 3.0.9 to 3.0.11. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](https://github.com/zgosalvez/github-actions-analyze-dart/compare/92375956021937d35938504eefb62b18bfebb154...5ca39053dd1eba33fa2c6191215a6f1642a4575e) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-analyze-dart dependency-version: 3.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... 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..c693b06 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@5ca39053dd1eba33fa2c6191215a6f1642a4575e with: fail-on-warnings: true working-directory: code diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c017650..86a54a1 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@5ca39053dd1eba33fa2c6191215a6f1642a4575e with: fail-on-warnings: true working-directory: code