build(deps): Bump zizmor from 1.28.0 to 1.29.0 in the python-prod group
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(2 days ago)
(2 days ago)
dependencies python:uv
Bumps the python-prod group with 1 update: zizmor.
Updates zizmor from 1.28.0 to 1.29.0
Release notes
Sourced from zizmor's releases.
v1.29.0
New Features 🌈🔗
zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)
New audit: insecure-url-scheme detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)
zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g.
uses: $/foo/barinstead of a manual checkout anduses: ./foo/bar(#2248)Changes ⚠️🔗
- The unpinned-uses and unpinned-images audits have been separated more cleanly: unpinned-uses is now principally responsible for Git-style
uses:clauses, whereas unpinned-images is now responsible fordocker://-styleuses:clauses (in addition to already checking other image references) (#2222)Removals 🌅🔗
--collect=workflows-onlyand--collect=actions-onlyhave been fully removed. Use--collect=workflowsand--collect=actionsfor the replacement behavior (#2242)Bug Fixes 🐛🔗
Fixed a bug where zizmor would reject a valid workflow definition for containing a literal jobs..outputs. value for being a non-string (#2220)
Fixed a bug where the github-app audit would incorrectly flag some usages as needing a repositories: key, despite requesting organization-level-only permissions (#2227)
Fixed a class of bugs where zizmor would discover the user's configuration in unintuitive ways. When auditing from a Git repository, zizmor now uses the repository root to discover configuration consistently (#2234)
Changelog
Sourced from zizmor's changelog.
1.29.0
New Features 🌈
zizmor now has experimental support for auditing pre-commit inputs, meaning both pre-commit configuration and hook definitions (#2209)
New audit: [insecure-url-scheme] detects usages of insecure (i.e. plaintext) protocols when making network requests. The initial version of this audit is limited to pre-commit inputs only (#2228)
zizmor now supports GitHub's "self-repository" reference syntax for local actions, e.g.
#!yaml uses: $/foo/barinstead of a manual checkout and#!yaml uses: ./foo/bar(#2248)Changes ⚠️
- The [unpinned-uses] and [unpinned-images] audits have been separated more cleanly: [unpinned-uses] is now principally responsible for Git-style
#!yaml uses:clauses, whereas [unpinned-images] is now responsible fordocker://-style#!yaml uses:clauses (in addition to already checking other image references) (#2222)Removals 🌅
--collect=workflows-onlyand--collect=actions-onlyhave been fully removed. Use--collect=workflowsand--collect=actionsfor the replacement behavior (#2242)Bug Fixes 🐛
Fixed a bug where
zizmorwould reject a valid workflow definition for containing a literaljobs.<job>.outputs.<name>value for being a non-string (#2220)Fixed a bug where the [github-app] audit would incorrectly flag some usages as needing a
#!yaml repositories:key, despite requesting organization-level-only permissions (#2227)Fixed a class of bugs where
zizmorwould discover the user's configuration in unintuitive ways. When auditing from a Git repository,zizmornow uses the repository root to discover configuration consistently (#2234)
Commits
3c11696zizmor 1.29.0 (#2251)876f448Bump trophies (#2250)3e92c0aRemove old deprecated--collectmodes (#2242)35ab77bSupport self-repository syntax for local uses (#2249)6ea55f5chore(deps): bump pymdown-extensions from 10.21.3 to 11.0 (#2241)a56362cchore(deps): bump quinn-proto from 0.11.14 to 0.11.16 (#2240)80b80f3Bump zensical, fixup anchor IDs (#2239)dce1469Bump trophies (#2238)fd487f4chore(deps): bump the github-actions group with 4 updates (#2236)ab59a28chore(deps): bump the cargo group with 11 updates (#2237)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
zizmor
pip
1.28.0 → 1.29.0
Minor
the python-prod group
Technical Details
| ID: | 16145842 |
| UUID: | 5070762998 |
| Node ID: | PR_kwDOTIlx4877DzEc |
| Host: | GitHub |
| Repository: | eclipse-csi/advisoryhub |