[ci] Update GitHub Actions to latest major version - #7
Closed
gruenich wants to merge 1 commit into
Closed
Conversation
Fix deprecation warnings for Node.js 20.
Contributor
|
Thanks for your contribution but this looks to have been superseded by #20, which is also hardening the workflow by using full git commit hashes. Closing this one as a duplicate. |
epic-lore-bot Bot
pushed a commit
that referenced
this pull request
Jul 14, 2026
Similar to #7 but use full SHAs for actions ## What/Why Reduce blast radius of a compromised action by moving permissions to job level with least-privilege grants, disabling credential persistence on checkout, and pinning all actions to SHA at their latest versions. ## Proof it works actionlint passes clean. Workflow is push-to-main only so will be validated on merge. ## Risk + AI role Low -- workflow-only change, no application code affected. AI-assisted (Claude Opus 4.6). ## Review focus Verify the major version bumps (checkout v4->v6, setup-uv v5->v8, configure-pages v5->v6, upload-pages-artifact v3->v5, deploy-pages v4->v5) don't introduce breaking changes for this usage. ``` Imported-PR: #20 Imported-From: 84d15eb Imported-Base: f3d23d4 Imported-Merge: bf38ee9 Imported-Author: Jason Meridth (jmeridth) Signed-off-by: Jason Meridth <jmeridth@gmail.com> GH-URL: #20 ``` Lore-RevId: 304 Lore-Signature: 916e92b828678bca5fd8cedf22cdbcd1a5c3fc76d3d128abcbd03daf449161c6
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.
Fix deprecation warnings for Node.js 20.