feat: make zizmor's core async (#1314)
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (manylinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Linux wheels (musllinux) (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Release (push) Blocked by required conditions
Deploy zizmor documentation site 🌐 / Deploy zizmor documentation to GitHub Pages 🌐 (push) Waiting to run
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Waiting to run

This commit is contained in:
William Woodruff 2025-11-07 19:04:53 -05:00 committed by GitHub
parent b532131fe3
commit 2e85156ddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 739 additions and 515 deletions

View file

@ -9,6 +9,12 @@ of `zizmor`.
## Next (UNRELEASED)
### Performance Improvements 🚄
* `zizmor`'s core has been refactored to be asynchronous, making online
and I/O-heavy audits significantly faster. Typical user workloads
should see speedups of 40% to 70% (#1314)
## 1.16.3
### Bug Fixes 🐛