mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
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
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:
parent
a06377f9ab
commit
8ad180b38d
5 changed files with 50 additions and 2 deletions
|
|
@ -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 🐛
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue