fix: disambiguate workflows with misleading names (#1345)
Some checks are pending
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
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 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-17 21:35:54 -05:00 committed by GitHub
parent a06377f9ab
commit 8ad180b38d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 50 additions and 2 deletions

View file

@ -35,6 +35,10 @@ of `zizmor`.
* The [concurrency-limits] audit now correctly detects job-level `concurrency`
settings, in addition to workflow-level settings (#1338)
* Fixed a bug where `zizmor` would fail to collect workflows with names that
overlapped with other input types (e.g. `action.yml` and `dependabot.yml`)
when passed explicitly by path (#1345)
## 1.16.3
### Bug Fixes 🐛