chore: upgrade actions to Node 24 runtime (SHA-pinned) - #160
Open
John C. Bland II (johncblandii) wants to merge 1 commit into
Open
chore: upgrade actions to Node 24 runtime (SHA-pinned)#160John C. Bland II (johncblandii) wants to merge 1 commit into
John C. Bland II (johncblandii) wants to merge 1 commit into
Conversation
John C. Bland II (johncblandii)
requested a review
from a team
as a code owner
August 13, 2026 17:04
John C. Bland II (johncblandii)
requested a review
from a team
as a code owner
August 13, 2026 17:04
John C. Bland II (johncblandii)
requested review from
PePe Amengual (jamengual) and
Joe Niland (joe-niland)
and removed request for
a team
August 13, 2026 17:04
Copilot started reviewing on behalf of
John C. Bland II (johncblandii)
August 13, 2026 17:05
View session
There was a problem hiding this comment.
Pull request overview
This PR updates several GitHub Actions workflow dependencies to SHA-pinned revisions that run on the Node 24 runtime, aligning the repository’s workflows with GitHub’s Node 20 deprecation and reducing supply-chain risk via immutable pins.
Changes:
- Upgraded
actions/checkout,actions/upload-artifact, andactions/download-artifactreferences to Node 24-capable, SHA-pinned versions (with tag comments). - Upgraded
actions/create-github-app-token,github/codeql-action/upload-sarif, andchrnorm/deployment-statusto newer SHA-pinned versions.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/scorecard.yml | Updates checkout/upload-artifact/upload-sarif actions to Node 24-capable SHA pins. |
| .github/workflows/deploy-preview.yml | Updates checkout/create-github-app-token/download-artifact actions to Node 24-capable SHA pins. |
| .github/workflows/delete-preview.yml | Updates deployment-status action to a newer SHA-pinned version. |
| .github/workflows/build-preview.yml | Updates checkout/upload-artifact actions to Node 24-capable SHA pins. |
Suppressed comments (1)
.github/workflows/deploy-preview.yml:48
- actions/create-github-app-token@v3.2.0 marks the
app-idinput as deprecated (it prefersclient-id). Keepingapp-idwill likely start emitting deprecation warnings in workflow logs and could become a future breaking change.
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
id: github-app
with:
app-id: ${{ vars.BOT_GITHUB_APP_ID }}
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
SHA-pinned with precise version comments:
actions/checkout@v4/@692973e3...→@3d3c42e5...# v7.0.1actions/create-github-app-token@v1→@bcd2ba49...# v3.2.0actions/upload-artifact@v4/@50769540...→@043fb46d...# v7.0.1actions/download-artifact@v4→@3e5f45b2...# v8.0.1github/codeql-action/upload-sarif@4dd16135...(v3.26.6) →@ff2f1c62...# v4.37.7chrnorm/deployment-status@9a72af45...(v2.0.3) →@6df8d036...# v2.0.4why
are already being force-migrated to Node 24
matching the org's direction in chore: upgrade actions to Node 24 runtime and enforce SHA pinning .github#261
references
still on Node 20
bobheadxi/deployments@648679e8...(v1) — no Node 24 release exists yetcloudposse/github-action-seek-deployment@0.1.1— no Node 24 release exists yetossf/scorecard-action@62b2cac7...(v2.4.0) — not in the approved upgrade set for this passcloudposse/.github/...reusable workflows — managed upstream in cloudposse/.github