From 47e70c730dbe196b925b2dd2ed62c65a8cc4cd34 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 00:24:46 +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..05b1341 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.0.0 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..e231c53 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.0.0 with: script: | const token = await core.getIDToken();