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();