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