From 5b0d815952d81f5a51cc6a1af1cacab26f3a61d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:54:08 -0800 Subject: [PATCH] Bump the github-actions group with 6 updates (#340) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/canary.yaml | 6 +++--- .github/workflows/canary_test.yml | 2 +- .github/workflows/health.yaml | 4 ++-- .github/workflows/health_base.yaml | 6 +++--- .github/workflows/no-response.yml | 2 +- .github/workflows/publish.yaml | 10 +++++----- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index 22847b94..234c8aa5 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -22,7 +22,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 + - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff with: channel: main @@ -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 }} @@ -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/ diff --git a/.github/workflows/canary_test.yml b/.github/workflows/canary_test.yml index 05779e24..0ef9d2e4 100644 --- a/.github/workflows/canary_test.yml +++ b/.github/workflows/canary_test.yml @@ -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 diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 7fd81f38..b88483da 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -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 }} @@ -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/ diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index a45abe51..600c3a80 100644 --- a/.github/workflows/health_base.yaml +++ b/.github/workflows/health_base.yaml @@ -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 }} @@ -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/ @@ -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 diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 1a6f2ecd..cdc73e11 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -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 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7a771285..26b5e98b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 }} @@ -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: @@ -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 }} @@ -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/ @@ -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 }}