diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2ec6b8..ce7a532 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@15c2f1d371e4aa8db0d46728caa2699c844442ee with: fail-on-warnings: true working-directory: code diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 92402af..b3584c6 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@15c2f1d371e4aa8db0d46728caa2699c844442ee with: fail-on-warnings: true working-directory: code