From 4ccfda9a02e3ae489169944bd5081e80fa6fd793 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:07:07 +0000 Subject: [PATCH] Update GitHub Action `actions/github-script` to v9 --- .github/workflows/housekeeping-dependencies.yml | 2 +- .github/workflows/preflight-stale-approvals.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/housekeeping-dependencies.yml b/.github/workflows/housekeeping-dependencies.yml index cb426df..ddadc58 100644 --- a/.github/workflows/housekeeping-dependencies.yml +++ b/.github/workflows/housekeeping-dependencies.yml @@ -87,7 +87,7 @@ jobs: steps: - name: Resolve reusable workflow ref id: workflow-ref - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const token = await core.getIDToken(); diff --git a/.github/workflows/preflight-stale-approvals.yml b/.github/workflows/preflight-stale-approvals.yml index 067f0b4..02b56d8 100644 --- a/.github/workflows/preflight-stale-approvals.yml +++ b/.github/workflows/preflight-stale-approvals.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Resolve reusable workflow ref id: workflow-ref - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | const token = await core.getIDToken();