fix(ci): GitHub Actions security hardening#358
Open
stevebeattie wants to merge 3 commits into
Open
Conversation
Refs: PSEC-923 Generated-By: claude-guard chain a48e874cad6e33af55ac66904dac8ae8 Skills-Applied: template-injection Skills-Sha: d1a637a7f238e262da2698fbdbfd84d56a645e4cf4c63cdfcb3347544f7f2967 Image-Sha: sha256:3b5a6a2d7ac0edcd1da9473f63aef0922371ae7094a2583f4faa5bdef838bc1f
Refs: PSEC-923 Generated-By: claude-guard chain a48e874cad6e33af55ac66904dac8ae8 Skills-Applied: excessive-permissions Skills-Sha: d1a637a7f238e262da2698fbdbfd84d56a645e4cf4c63cdfcb3347544f7f2967 Image-Sha: sha256:3b5a6a2d7ac0edcd1da9473f63aef0922371ae7094a2583f4faa5bdef838bc1f
Refs: PSEC-923 Generated-By: claude-guard chain a48e874cad6e33af55ac66904dac8ae8 Skills-Applied: zizmor-config Skills-Sha: d1a637a7f238e262da2698fbdbfd84d56a645e4cf4c63cdfcb3347544f7f2967 Image-Sha: sha256:3b5a6a2d7ac0edcd1da9473f63aef0922371ae7094a2583f4faa5bdef838bc1f
7484a25 to
81939e3
Compare
egibs
approved these changes
Jul 2, 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.
This PR applies GitHub Actions hardening fixes across the workflows in
.github/workflows/, surfaced by static analysis (zizmor).What this changes
run:blocks in the build workflow are hoisted into
env:and referenced as quotedshell variables.
pedantic-only rules and adding a
dependabot-cooldownthreshold, paired with acooldown.default-days: 3on the repo's existing.github/dependabot.yaml.Test plan
zizmor .github/— clean after these changes.actionlint— workflows still parse with no errors.Refs: PSEC-923