From b9109ba39717f3cace32a44946ce5e7c54ae2028 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:42:31 -0400 Subject: [PATCH] Pin actions/github-script action to 60a0d83 (#17023) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://togithub.com/actions/github-script) | action | pinDigest | -> `60a0d83` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/delete_comments.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete_comments.yml b/.github/workflows/delete_comments.yml index 8c1411cbe9..e95a2d33d4 100644 --- a/.github/workflows/delete_comments.yml +++ b/.github/workflows/delete_comments.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check for specific strings in comment id: check_comment - uses: actions/github-script@v7 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 with: script: | const comment = context.payload.comment.body; @@ -22,7 +22,7 @@ jobs: - name: Delete comment if it contains any of the specific strings if: steps.check_comment.outputs.result == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 with: script: | const commentId = context.payload.comment.id;