From bedcd94a14d5e250ce1be73cb6babf8d3156ad5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:28:26 +0000 Subject: [PATCH] Bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [subosito/flutter-action](https://github.com/subosito/flutter-action) | `2.18.0` | `2.19.0` | | [peter-evans/find-comment](https://github.com/peter-evans/find-comment) | `9735ba2ed6a47d05499d9b653e05f347f3031e89` | `ad3758118bdc22b36e33416c50446776ab4af1eb` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.1` | `4.6.2` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.9` | `4.2.1` | | [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) | `5a1e4b77bf9c12cc13806fc353ad08dc110f78ce` | `227bde71d27a01f3582c15eab7b72e665a6e6c30` | Updates `subosito/flutter-action` from 2.18.0 to 2.19.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff...e938fdf56512cc96ef2f93601a5a40bde3801046) Updates `peter-evans/find-comment` from 9735ba2ed6a47d05499d9b653e05f347f3031e89 to ad3758118bdc22b36e33416c50446776ab4af1eb - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/9735ba2ed6a47d05499d9b653e05f347f3031e89...ad3758118bdc22b36e33416c50446776ab4af1eb) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1...ea165f8d65b6e75b540449e92b4886f43607fa02) Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/cc203385981b70ca67e1cc392babf9cc229d5806...95815c38cf2ff2164869cbab79da8d1f422bc89e) Updates `peter-evans/create-or-update-comment` from 5a1e4b77bf9c12cc13806fc353ad08dc110f78ce to 227bde71d27a01f3582c15eab7b72e665a6e6c30 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/5a1e4b77bf9c12cc13806fc353ad08dc110f78ce...227bde71d27a01f3582c15eab7b72e665a6e6c30) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/find-comment dependency-version: ad3758118bdc22b36e33416c50446776ab4af1eb dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-or-update-comment dependency-version: 227bde71d27a01f3582c15eab7b72e665a6e6c30 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/canary.yaml | 6 +++--- .github/workflows/canary_test.yml | 2 +- .github/workflows/health.yaml | 6 +++--- .github/workflows/health_base.yaml | 4 ++-- .github/workflows/publish.yaml | 10 +++++----- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index a0abb841..6f8e0c27 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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: main @@ -47,7 +47,7 @@ jobs: echo ${{ github.event.number }} > output/issueNumber - name: Find Comment - uses: peter-evans/find-comment@9735ba2ed6a47d05499d9b653e05f347f3031e89 + uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7 id: fc with: issue-number: ${{ github.event.number }} @@ -60,7 +60,7 @@ jobs: - name: Upload markdown if: success() || failure() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: output path: output/ diff --git a/.github/workflows/canary_test.yml b/.github/workflows/canary_test.yml index 0ef9d2e4..46de6345 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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 with: channel: main diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 2c34b0db..7200b45c 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -241,14 +241,14 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 with: path: single-comments - run: ls -R single-comments - name: Find Comment - uses: peter-evans/find-comment@9735ba2ed6a47d05499d9b653e05f347f3031e89 + uses: peter-evans/find-comment@2b835d608dd789971fb4c563f0dd0c82f2cf23a7 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: output path: output/ diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index 93232908..199462ea 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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 if: ${{ inputs.flutter_packages != '' }} with: channel: ${{ inputs.channel }} @@ -205,7 +205,7 @@ jobs: - name: Upload markdown if: success() || failure() - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: comment-${{ inputs.check }} path: current_repo/output/comment.md diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 45e92515..43df9c29 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@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }} @@ -170,7 +170,7 @@ jobs: echo "comment=$COMMENT_ID" >> "$GITHUB_OUTPUT" - name: Create comment - uses: peter-evans/create-or-update-comment@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce + uses: peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878 if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment == '') }} continue-on-error: true with: @@ -179,7 +179,7 @@ jobs: edit-mode: replace - name: Update comment - uses: peter-evans/create-or-update-comment@5a1e4b77bf9c12cc13806fc353ad08dc110f78ce + uses: peter-evans/create-or-update-comment@998d73b60e291c5ff04ef95d7a7021dede2b9878 if: ${{ (hashFiles('output/comment.md') != '') && inputs.write-comments && (steps.comment-id.outputs.comment != '') }} with: comment-id: ${{ steps.comment-id.outputs.comment }} @@ -193,7 +193,7 @@ jobs: - name: Upload folder with number and markdown if: ${{ !inputs.write-comments }} - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 with: name: output path: output/ @@ -214,7 +214,7 @@ jobs: with: submodules: ${{ inputs.checkout_submodules }} - - uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff + - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 if: ${{ inputs.use-flutter }} with: channel: ${{ inputs.sdk }}