From 7f89067ae880be027d1cb1c036cd36b7dbe3bb1c Mon Sep 17 00:00:00 2001 From: nerdalytics <97166791+nerdalytics@users.noreply.github.com> Date: Sun, 5 Apr 2026 11:14:47 +0000 Subject: [PATCH] chore(core): update 1 GitHub Action(s) to latest versions Updates actions to SHA-pinned versions for security. See workflow file changes for details. --- .github/workflows/issue-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-gate.yml b/.github/workflows/issue-gate.yml index 799cca6..bb7fb8d 100644 --- a/.github/workflows/issue-gate.yml +++ b/.github/workflows/issue-gate.yml @@ -11,7 +11,7 @@ jobs: check-author: runs-on: ubuntu-latest steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const association = context.payload.issue.author_association;