Add zizmor security analysis + dependabot cooldown (1.4)#128
Merged
Conversation
- Pin all actions to commit SHAs (latest releases) with version comments - Add concurrency limits and explicit read permissions - Set persist-credentials: false on read-only checkouts - Replace deprecated ::set-output with $GITHUB_OUTPUT - Reference COMPOSER_FLAGS as a shell env var to avoid template injection - cacert.yml: move write permissions to job level, replace peter-evans/create-pull-request with gh CLI (persist-credentials: true)
Dependabot only reads config from the default branch; coverage for 1.4 is handled there via a target-branch entry, so this copy is dead config. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Same security hardening as #127, applied to the
1.4maintenance branch..github/workflows/zizmor.yml— zizmor (pedantic) on pushes/PRs touching.github/**.yml(push trigger scoped to1.4).github/dependabot.yml— keepsmonthlyinterval, addscooldown.default-days: 7persist-credentials: falseon read-only checkouts, replaced::set-outputwith$GITHUB_OUTPUT, replacedpeter-evans/create-pull-requestwithghin cacert.yml