From f493fad0cd1785b20e58e1c86b58fdf0f39c2fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 00:28:37 +0000 Subject: [PATCH] Bump zgosalvez/github-actions-analyze-dart from 1.5.3 to 3.0.3 Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 1.5.3 to 3.0.3. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](https://github.com/zgosalvez/github-actions-analyze-dart/compare/bc72307ba08e59e62f4d6e5ae311cc464dc0f296...5d8083b60905b155372884c7504d69a0206b4d1b) --- updated-dependencies: - dependency-name: zgosalvez/github-actions-analyze-dart 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 d2ec6b8..e1b269d 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@bc72307ba08e59e62f4d6e5ae311cc464dc0f296 + uses: zgosalvez/github-actions-analyze-dart@5d8083b60905b155372884c7504d69a0206b4d1b with: fail-on-warnings: true working-directory: code diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92402af..3c9e0e2 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@bc72307ba08e59e62f4d6e5ae311cc464dc0f296 + uses: zgosalvez/github-actions-analyze-dart@5d8083b60905b155372884c7504d69a0206b4d1b with: fail-on-warnings: true working-directory: code