Skip to content

Commit fcb629b

Browse files
Bump zgosalvez/github-actions-analyze-dart (#28)
Bumps [zgosalvez/github-actions-analyze-dart](https://github.com/zgosalvez/github-actions-analyze-dart) from 17a5ca792b39421bdaace447ba65be49af8d907d to 1.5.1. This release includes the previously tagged commit. - [Release notes](https://github.com/zgosalvez/github-actions-analyze-dart/releases) - [Commits](zgosalvez/github-actions-analyze-dart@17a5ca7...837677f) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eed1a02 commit fcb629b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
working-directory: code
6868
- name: Analyze Flutter
6969
if: matrix.category == 'static'
70-
uses: zgosalvez/github-actions-analyze-dart@17a5ca792b39421bdaace447ba65be49af8d907d
70+
uses: zgosalvez/github-actions-analyze-dart@837677fdda18f8251e275a0179181a4512a3bb33
7171
with:
7272
fail-on-warnings: true
7373
working-directory: code

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# static testing
7979
- name: Analyze Flutter
8080
if: matrix.category == 'static'
81-
uses: zgosalvez/github-actions-analyze-dart@17a5ca792b39421bdaace447ba65be49af8d907d
81+
uses: zgosalvez/github-actions-analyze-dart@837677fdda18f8251e275a0179181a4512a3bb33
8282
with:
8383
fail-on-warnings: true
8484
working-directory: code

0 commit comments

Comments
 (0)