mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
fix: remove spurious panic in env handling (#887)
This commit is contained in:
parent
8a69cca381
commit
a4a657f9be
14 changed files with 281 additions and 58 deletions
|
|
@ -17,7 +17,7 @@ license = "MIT"
|
|||
[workspace.dependencies]
|
||||
anyhow = "1.0.98"
|
||||
github-actions-expressions = { path = "crates/github-actions-expressions", version = "0.0.4" }
|
||||
github-actions-models = { path = "crates/github-actions-models", version = "0.29.0" }
|
||||
github-actions-models = { path = "crates/github-actions-models", version = "0.30.0" }
|
||||
itertools = "0.14.0"
|
||||
pest = "2.8.0"
|
||||
pest_derive = "2.8.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue