ci: pin registry actions to Node 24 refs#238
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this repository’s GitHub Actions workflows to align with the Node 24 runner transition and workflow-hardening guidance by pinning action refs to immutable commit SHAs, while also updating toolchain versions used during validation/sync.
Changes:
- Pinned GitHub Actions
uses:references to commit SHAs (with human-readable version comments). - Upgraded validation Node runtime to Node 24 and updated Go version used in workflows to
1.26.3. - Bumped
wfctldogfooding version fromv0.74.1tov0.74.6in relevant workflows.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/validate.yml | Pins checkout/setup actions by SHA; upgrades Node to 24 and Go to 1.26.3; bumps wfctl version for registry validation jobs. |
| .github/workflows/sync-registry-manifests.yml | Pins checkout/setup-go/setup-wfctl by SHA; upgrades Go to 1.26.3 and bumps wfctl for manifest sync automation. |
| .github/workflows/build-pages.yml | Pins checkout/upload-pages-artifact/deploy-pages by SHA to harden Pages build/deploy workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Closes #237
Verification
bash scripts/validate-manifests.shbash tests/test-build-index.shbash tests/test-schema-allowlist-coverage.shbash tests/test-sync-workflow-token.shbash tests/test-build-pages-release-token.shactionlint .github/workflows/*.ymlgit diff --check