Add zizmor to the pre-commit configuration#216
Open
krishkumar6 wants to merge 1 commit into
Open
Conversation
Adds the zizmor pre-commit hook, and resolves all findings it reports against the GitHub Actions configuration: * unpinned-uses: all action and reusable-workflow references are pinned to full commit hashes. * excessive-permissions: workflows now default to contents: read, with jobs declaring any elevated permissions they need explicitly. * artipacked: checkout no longer persists credentials. * secrets-inherit: dependabot-changenote now passes BRUTUS_PAT_TOKEN explicitly instead of inheriting all secrets. * dependabot-cooldown: all Dependabot ecosystems use a 7-day cooldown. * superfluous-actions: the release is created with "gh release create" instead of ncipollo/release-action. Fixes beeware#215 Co-Authored-By: Claude Fable 5 <[email protected]>
freakboy3742
requested changes
Jul 17, 2026
freakboy3742
left a comment
Member
There was a problem hiding this comment.
Thanks for the PR; however, you'll need to familiarize yourself with our contribution guide. In particular, you haven't used our PR template.
In addition, your change has broken the CI pipeline, so none of the CI tasks are running.
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.
Adds the zizmor pre-commit hook, and resolves all findings it reports against the GitHub Actions configuration:
Fixes #215
PR Checklist:
Assisted-by: