bugfix: bump github-actions-models to 0.28.0 (#653)

* bugfix: bump github-actions-models to 0.28.0

Fixes #650.

Signed-off-by: William Woodruff <william@yossarian.net>

* docs: record changes

Signed-off-by: William Woodruff <william@yossarian.net>

---------

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2025-04-07 14:13:36 -04:00 committed by GitHub
parent 9a1e640879
commit 493c9ecce0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

4
Cargo.lock generated
View file

@ -641,9 +641,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "github-actions-models"
version = "0.27.0"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f88a77162772250923dedd95b66ab64c45052f3df74e7e6319b000e57359c606"
checksum = "3d9d275637d2a4ec1489aa0c0cf86560bbb0af3129c8360bb9e7281d06eced43"
dependencies = [
"indexmap",
"serde",

View file

@ -31,7 +31,7 @@ clap-verbosity-flag = { version = "3.0.2", features = [
], default-features = false }
etcetera = "0.10.0"
flate2 = "1.1.1"
github-actions-models = "0.27.0"
github-actions-models = "0.28.0"
http-cache-reqwest = "0.15.1"
human-panic = "2.0.1"
ignore = "0.4.23"

View file

@ -27,6 +27,9 @@ of `zizmor`.
* Fixed a bug where `zizmor` would fail to parse workflows
with `workflow_call` triggers that specified inputs without the
`required` field being present (#646)
* Fixed a bug where `zizmor` would fail to parse workflows with
`pull_request` or `pull_request_target` triggers that specified
`types` as a scalar value (#653)
## v1.5.2