From 52e4ceb6f0715bab5c47495429c4a2b7ce708a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:02:06 +0000 Subject: [PATCH] Bump the github-actions group with 5 updates (#317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `6e047262ad20bc24e1ed54be53fc9e1c23315c5e` | `90e9b82d6319a7ae3f32bc0b434db48d6c376e55` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` | | [coverallsapp/github-action](https://github.com/coverallsapp/github-action) | `2.3.0` | `2.3.4` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `5ddb8ea5d1d22b21b6046340808ceed04a898969` | `6f2ce0ef39607bc6465c7fdf93368dc08095f938` | Updates `actions/checkout` from 4.2.0 to 4.2.2
Release notes

Sourced from actions/checkout's releases.

v4.2.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

... (truncated)

Commits

Updates `peter-evans/find-comment` from 6e047262ad20bc24e1ed54be53fc9e1c23315c5e to 90e9b82d6319a7ae3f32bc0b434db48d6c376e55
Commits

Updates `actions/upload-artifact` from 4.4.0 to 4.4.3
Release notes

Sourced from actions/upload-artifact's releases.

v4.4.3

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3

v4.4.2

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2

v4.4.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1

Commits

Updates `coverallsapp/github-action` from 2.3.0 to 2.3.4
Release notes

Sourced from coverallsapp/github-action's releases.

v2.3.4

What's Changed

Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.4

v2.3.3

What's Changed

Full Changelog: https://github.com/coverallsapp/github-action/compare/v2...v2.3.3

v2.3.2

What's Changed

New Contributors

Full Changelog: https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2

v2.3.1

What's Changed

Extend behavior of fail-on-error option to setup failures by @​afinetooth in coverallsapp/github-action#226

Full Changelog: https://github.com/coverallsapp/github-action/compare/v2.3.0...v2.3.1

Commits

Updates `peter-evans/create-or-update-comment` from 5ddb8ea5d1d22b21b6046340808ceed04a898969 to 6f2ce0ef39607bc6465c7fdf93368dc08095f938
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--- .github/workflows/blast_repo.yml | 2 +- .github/workflows/corpus.yml | 2 +- .github/workflows/dart_flutter_team_lints.yml | 2 +- .github/workflows/firehose.yml | 2 +- .github/workflows/health.yaml | 4 ++-- .github/workflows/health_base.yaml | 8 ++++---- .github/workflows/publish.yaml | 10 +++++----- .github/workflows/repo_manage.yml | 2 +- .github/workflows/sdk_triage_bot.yml | 2 +- .github/workflows/trebuchet.yml | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/blast_repo.yml b/.github/workflows/blast_repo.yml index 130c9270..90aef52f 100644 --- a/.github/workflows/blast_repo.yml +++ b/.github/workflows/blast_repo.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/corpus.yml b/.github/workflows/corpus.yml index 77fa9946..e076b8b2 100644 --- a/.github/workflows/corpus.yml +++ b/.github/workflows/corpus.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/dart_flutter_team_lints.yml b/.github/workflows/dart_flutter_team_lints.yml index 2da2ba97..78fcedd4 100644 --- a/.github/workflows/dart_flutter_team_lints.yml +++ b/.github/workflows/dart_flutter_team_lints.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/firehose.yml b/.github/workflows/firehose.yml index 47a01b5b..4f0b4ef8 100644 --- a/.github/workflows/firehose.yml +++ b/.github/workflows/firehose.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index efc2a7b8..7dd0aa63 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -214,7 +214,7 @@ jobs: - run: ls -R single-comments - name: Find Comment - uses: peter-evans/find-comment@6e047262ad20bc24e1ed54be53fc9e1c23315c5e + uses: peter-evans/find-comment@90e9b82d6319a7ae3f32bc0b434db48d6c376e55 id: fc with: issue-number: ${{ github.event.number }} @@ -233,7 +233,7 @@ jobs: run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId - name: Upload folder with number and markdown - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: output path: output/ diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index 3bbb3890..7ea8cd64 100644 --- a/.github/workflows/health_base.yaml +++ b/.github/workflows/health_base.yaml @@ -85,12 +85,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: path: current_repo/ submodules: ${{ inputs.checkout_submodules }} - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: ref: ${{ github.event.pull_request.base.ref }} path: base_repo/ @@ -149,7 +149,7 @@ jobs: - name: Upload coverage to Coveralls if: ${{ inputs.upload_coverage && inputs.check == 'coverage' }} - uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 with: format: lcov base-path: current_repo/ @@ -158,7 +158,7 @@ jobs: - name: Upload markdown if: success() || failure() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: comment-${{ inputs.check }} path: current_repo/output/comment.md diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 6fe365b0..07c120ad 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: ${{ inputs.checkout_submodules }} @@ -157,7 +157,7 @@ jobs: echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV - name: Create comment - uses: peter-evans/create-or-update-comment@5ddb8ea5d1d22b21b6046340808ceed04a898969 + uses: peter-evans/create-or-update-comment@6f2ce0ef39607bc6465c7fdf93368dc08095f938 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@5ddb8ea5d1d22b21b6046340808ceed04a898969 + uses: peter-evans/create-or-update-comment@6f2ce0ef39607bc6465c7fdf93368dc08095f938 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 with: name: output path: output/ @@ -198,7 +198,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: submodules: ${{ inputs.checkout_submodules }} diff --git a/.github/workflows/repo_manage.yml b/.github/workflows/repo_manage.yml index ee9adac5..232b6228 100644 --- a/.github/workflows/repo_manage.yml +++ b/.github/workflows/repo_manage.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/sdk_triage_bot.yml b/.github/workflows/sdk_triage_bot.yml index e7d93968..6c756652 100644 --- a/.github/workflows/sdk_triage_bot.yml +++ b/.github/workflows/sdk_triage_bot.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }} diff --git a/.github/workflows/trebuchet.yml b/.github/workflows/trebuchet.yml index 17076eb6..c5d2ac7f 100644 --- a/.github/workflows/trebuchet.yml +++ b/.github/workflows/trebuchet.yml @@ -28,7 +28,7 @@ jobs: matrix: sdk: [stable, dev] steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672 with: sdk: ${{ matrix.sdk }}