From 5098d6c195e3f62e5c239b0305cafc6dc9c47a84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:31:27 +0000 Subject: [PATCH] Bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [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 `peter-evans/find-comment` from d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea to d0ee7939ee99ba35820c3e58de972e57ff8bb890 - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea...d0ee7939ee99ba35820c3e58de972e57ff8bb890) Updates `actions/upload-artifact` from 4.3.4 to 4.4.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...50769540e7f4bd5e21e526ee35c689e35e0d6874) Updates `peter-evans/create-or-update-comment` from e5db2e44ee874e3b99b0e4137f1c0685435102e7 to b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/e5db2e44ee874e3b99b0e4137f1c0685435102e7...b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c) --- updated-dependencies: - 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-minor 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 | 4 ++-- .github/workflows/health_base.yaml | 2 +- .github/workflows/publish.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/health.yaml b/.github/workflows/health.yaml index 69fd74e6..70112438 100644 --- a/.github/workflows/health.yaml +++ b/.github/workflows/health.yaml @@ -227,7 +227,7 @@ jobs: - run: ls -R single-comments - name: Find Comment - uses: peter-evans/find-comment@d24cbe12e65c22d4761a4d5082ca0bb42bc5aaea + uses: peter-evans/find-comment@d0ee7939ee99ba35820c3e58de972e57ff8bb890 id: fc with: issue-number: ${{ github.event.number }} @@ -246,7 +246,7 @@ jobs: run: echo ${{ steps.fc.outputs.comment-id }} >> output/commentId - name: Upload folder with number and markdown - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: output path: output/ diff --git a/.github/workflows/health_base.yaml b/.github/workflows/health_base.yaml index 95037df1..277fa408 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@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: comment-${{ inputs.check }} path: current_repo/output/comment.md diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2e10733e..2553bc08 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@e5db2e44ee874e3b99b0e4137f1c0685435102e7 + uses: peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c 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@e5db2e44ee874e3b99b0e4137f1c0685435102e7 + uses: peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c 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@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: output path: output/