From 06de4faa90049510eb8aecc1bc3ebf6b1c24bfe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:00:19 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [peter-evans/find-comment](https://github.com/peter-evans/find-comment), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `actions/download-artifact` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/65a9edc5881444af0b9093a5e628f2fe47ea3b2e...fa0a91b85d4f404e444e00e005971372dc801d16) Updates `peter-evans/find-comment` from b80e3f1127f9f13a42d50c0fc404ed367091084f to d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/b80e3f1127f9f13a42d50c0fc404ed367091084f...d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea) Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b) Updates `peter-evans/create-or-update-comment` from 71ac479718f8aed504782bc920d802da994c05fa to e5db2e44ee874e3b99b0e4137f1c0685435102e7 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/71ac479718f8aed504782bc920d802da994c05fa...e5db2e44ee874e3b99b0e4137f1c0685435102e7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/find-comment dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/health.yaml | 6 +++--- .github/workflows/health_base.yaml | 2 +- .github/workflows/publish.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 6ec86832..8e95a318 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -222,14 +222,14 @@ jobs: steps: - name: Download All Artifacts - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e + uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 with: path: single-comments - run: ls -R single-comments - name: Find Comment - uses: peter-evans/find-comment@b80e3f1127f9f13a42d50c0fc404ed367091084f + uses: peter-evans/find-comment@d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea id: fc with: issue-number: ${{ github.event.number }} @@ -248,7 +248,7 @@ jobs: run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId - name: Upload folder with number and markdown - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: output path: output/ diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index f24dbed6..184f70d7 100644 --- a/.github/workflows/health_base.yaml +++ b/.github/workflows/health_base.yaml @@ -158,7 +158,7 @@ jobs: - name: Upload markdown if: success() || failure() - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: comment-${{ inputs.check }} path: current_repo/output/comment.md diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 17488cdc..2e10733e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -157,7 +157,7 @@ jobs: echo "COMMENT_ID=$COMMENT_ID" >> $GITHUB_ENV - name: Create comment - uses: peter-evans/create-or-update-comment@71ac479718f8aed504782bc920d802da994c05fa + uses: peter-evans/create-or-update-comment@e5db2e44ee874e3b99b0e4137f1c0685435102e7 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@71ac479718f8aed504782bc920d802da994c05fa + uses: peter-evans/create-or-update-comment@e5db2e44ee874e3b99b0e4137f1c0685435102e7 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@65462800fd760344b1a7b4382951275a0abb4808 + uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b with: name: output path: output/