From 55396e07f18c9e79c8fae2062ba87d9e460667f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:10:34 +0000 Subject: [PATCH] Update actions/github-script digest to f28e40c --- .github/workflows/automerge-run.yml | 2 +- .github/workflows/automerge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge-run.yml b/.github/workflows/automerge-run.yml index 33e5e772ec2f..12596703569d 100644 --- a/.github/workflows/automerge-run.yml +++ b/.github/workflows/automerge-run.yml @@ -23,7 +23,7 @@ jobs: EVENT_JSON: ${{ toJSON(github.event) }} - name: Download `event.json` id: download_event_json - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 with: script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 1bc4d8d28f0f..cdc47bc307a4 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -62,7 +62,7 @@ jobs: if-no-files-found: error - name: Download `event.json` id: download_event_json - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 with: script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({