From 25093c431fc88957033d6ed36d4230665e072b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:09:31 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-analyze-dart from 2.0.8 to 2.0.14 Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 2.0.8 to 2.0.14. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](https://github.com/zgosalvez/github-actions-analyze-dart/compare/27d4c66365850c48a9afb5a1a19882d942cb23c0...19958e2c77cbb2dc0803a7135e63b945d69e26b6) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-analyze-dart 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 367b3b7..52bdf04 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@27d4c66365850c48a9afb5a1a19882d942cb23c0 + uses: zgosalvez/github-actions-analyze-dart@19958e2c77cbb2dc0803a7135e63b945d69e26b6 with: fail-on-warnings: true working-directory: code diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 32c1bf7..2d04865 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@27d4c66365850c48a9afb5a1a19882d942cb23c0 + uses: zgosalvez/github-actions-analyze-dart@19958e2c77cbb2dc0803a7135e63b945d69e26b6 with: fail-on-warnings: true working-directory: code