Skip to content

Commit

Permalink
Bump the github-actions group with 6 updates (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent c4a163a commit 5b0d815
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
channel: main

Expand All @@ -47,7 +47,7 @@ jobs:
echo ${{ github.event.number }} > output/issueNumber
- name: Find Comment
uses: peter-evans/find-comment@90e9b82d6319a7ae3f32bc0b434db48d6c376e55
uses: peter-evans/find-comment@c1b7dc4909a4ebc1def27dba63afb389a2c6a4db
id: fc
with:
issue-number: ${{ github.event.number }}
Expand All @@ -60,7 +60,7 @@ jobs:

- name: Upload markdown
if: success() || failure()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: output
path: output/
2 changes: 1 addition & 1 deletion .github/workflows/canary_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
with:
channel: main

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
- run: ls -R single-comments

- name: Find Comment
uses: peter-evans/find-comment@995a00c77ea44c38cf1613bacfdf7377713cbf64
uses: peter-evans/find-comment@c1b7dc4909a4ebc1def27dba63afb389a2c6a4db
id: fc
with:
issue-number: ${{ github.event.number }}
Expand All @@ -267,7 +267,7 @@ jobs:
run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId

- name: Upload folder with number and markdown
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: output
path: output/
6 changes: 3 additions & 3 deletions .github/workflows/health_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
with:
sdk: ${{ inputs.sdk }}

- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
if: ${{ inputs.flutter_packages != '' }}
with:
channel: ${{ inputs.channel }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:

- name: Upload coverage to Coveralls
if: ${{ inputs.upload_coverage && inputs.check == 'coverage' }}
uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b
with:
format: lcov
base-path: current_repo/
Expand All @@ -192,7 +192,7 @@ jobs:

- name: Upload markdown
if: success() || failure()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: comment-${{ inputs.check }}
path: current_repo/output/comment.md
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'dart-lang' }}
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639
with:
days-before-stale: -1
days-before-close: 14
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
with:
submodules: ${{ inputs.checkout_submodules }}

- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
if: ${{ inputs.use-flutter }}
with:
channel: ${{ inputs.sdk }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV
- name: Create comment
uses: peter-evans/create-or-update-comment@267c0605edbbc0183ed9973a6ce2d1a158d96027
uses: peter-evans/create-or-update-comment@1a53cbed37d3cf0191699e30fff6921b0e2f82ff
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID == '') }}
continue-on-error: true
with:
Expand All @@ -166,7 +166,7 @@ jobs:
edit-mode: replace

- name: Update comment
uses: peter-evans/create-or-update-comment@267c0605edbbc0183ed9973a6ce2d1a158d96027
uses: peter-evans/create-or-update-comment@1a53cbed37d3cf0191699e30fff6921b0e2f82ff
if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (env.COMMENT_ID != '') }}
with:
comment-id: ${{ env.COMMENT_ID }}
Expand All @@ -180,7 +180,7 @@ jobs:
- name: Upload folder with number and markdown
if: ${{ !inputs.write-comments }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with:
name: output
path: output/
Expand All @@ -202,7 +202,7 @@ jobs:
with:
submodules: ${{ inputs.checkout_submodules }}

- uses: subosito/flutter-action@74af56c5ed2697ba4621264652728e8d217e53d3
- uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff
if: ${{ inputs.use-flutter }}
with:
channel: ${{ inputs.sdk }}
Expand Down

0 comments on commit 5b0d815

Please sign in to comment.