UID2-6742: chore: upgrade composite actions from Node 20 to Node 24#238
Merged
Merged
Conversation
mcollins-ttd
commented
Jun 3, 2026
Contributor
Author
There was a problem hiding this comment.
All required action version bumps are present and correct across both files. Five references in vulnerability_scan/action.yaml and two in shared_publish_setup/action.yaml are all updated to their Node 24-compatible versions with SHA pinning and version comments consistent with the repo convention. The ref: v3 in the vulnerability_scan checkout step is a self-referential tag for the uid2-shared-actions repo itself (used to fetch trivy-secret.yaml), not an action dependency — it is correct to leave it unchanged.
Missed in PR #237 — updates actions/checkout, actions/cache, setup-oras, and codeql-action/upload-sarif in composite actions to Node 24-compatible versions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1cc6b20 to
470b8d9
Compare
sophia-chen-ttd
approved these changes
Jun 3, 2026
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.
Summary
PR #237 upgraded action versions in all
.github/workflows/files, but missed two composite actions underactions/:actions/vulnerability_scan/action.yaml:actions/checkout(v4→v6),oras-project/setup-oras(v1→v2),actions/cache(v4→v5),actions/cache/save(v4→v5),github/codeql-action/upload-sarif(v3→v4)actions/shared_publish_setup/action.yaml:actions/checkout(v4→v6)All updated versions use
node24. GitHub is forcing Node 24 as default from June 16 2026.Test plan
Build and Testrun on a consumer repo (e.g. uid2-operator) no longer shows Node 20 deprecation warnings after bumping to the new tag🤖 Generated with Claude Code