Remove zizmor workflow blocked by org action allowlist#10227
Merged
Remove zizmor workflow blocked by org action allowlist#10227
Conversation
ashovlin
approved these changes
Apr 17, 2026
aws-sdk-python-automation
added a commit
that referenced
this pull request
Apr 20, 2026
* release-1.44.82: Bumping version to 1.44.82 Update changelog based on model updates Remove zizmor workflow blocked by org action allowlist (#10227)
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.
Overview
This PR removes the zizmor GitHub Actions workflow added in #10202.
Why
The workflow was failing on every run with:
The
awsorganization's GitHub Actions allowlist blocks third-party actions outside the configured patterns, sozizmorcore/zizmor-actioncannot run in CI here.What's kept
The workflow improvements from #10202 are kept, including pinned action SHAs, scoped
permissions: {}defaults, and the dependabot cooldown / artipacked / template-injection / excessive-permissions fixes. Only the scanning workflow itself is being removed.Future work
To keep getting zizmor coverage without the blocked action, we can wire it in as a pre-commit hook via
zizmorcore/zizmor-pre-commitin.pre-commit-config.yaml. That gives contributors local pre-commit feedback without depending on the org allowlist. Tradeoff: it only runs for contributors who have pre-commit installed, so it won't catch external PRs or Dependabot bumps.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.