ci: refresh pinned action SHAs and harden workflows#130
Merged
Conversation
Update GitHub Actions to current releases (still digest-pinned): - actions/checkout v6 -> v6.0.3 - actions/setup-node v6 -> v6.4.0 - crate-ci/typos v1.45.0 -> v1.47.2 - pnpm/action-setup v5 -> v6.0.8 - actions/upload-pages-artifact v4 -> v5.0.0 (pairs with deploy-pages v5) - github/codeql-action v4 -> v4.36.2 (previous pin was a tag-object SHA) Harden codeql-analysis.yml with top-level permissions and concurrency, add job names and document write permissions to satisfy zizmor pedantic.
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
Refreshes all GitHub Actions to their current releases (kept digest-pinned) and applies workflow hardening surfaced by zizmor.
Action pin updates
All pins verified as real commits matching their version tags.
Notes:
# v4comment masked a stale digest; the refreshed pin (8aad20d) is the real commit for v4.36.2.deploy-pagesv5 (already in use) — both are the node-24 / upload-artifact-v7 generation.packageManager(pnpm@10.33.0) is read unchanged.Workflow hardening
codeql-analysis.yml: added top-levelpermissions: contents: readand aconcurrency:block (matchingci.yml/deploy-docs.yml).name:to all jobs and explanatory comments on write-bearing permissions.zizmor is clean at every persona (including
--persona=pedantic).