From 0d8a2bfe7ae6158910270d8d806590768aa51ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:58:35 +0000 Subject: [PATCH] chore(deps): update actions/github-script digest to f28e40c Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/issue.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue.yaml b/.github/workflows/issue.yaml index 9a1be14e..c2e5c230 100644 --- a/.github/workflows/issue.yaml +++ b/.github/workflows/issue.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Filter Labels - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 id: filter_labels env: LABELS_JSON: ${{ toJson(github.event.issue.labels) }} @@ -47,7 +47,7 @@ jobs: - name: Get Issue ID id: get_issue_id - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 env: ISSUE_JSON: ${{ steps.create_issue.outputs.json }} with: