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({