chore: prep release 1.15.1 (#1243)
Some checks are pending
Benchmark baseline / Continuous Benchmarking with Bencher (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / Test site build (push) Waiting to run
CI / All tests pass (push) Blocked by required conditions
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 🐍 / Release (push) Blocked by required conditions
zizmor wheel builds for PyPI 🐍 / Build Windows wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build macOS wheels (push) Waiting to run
zizmor wheel builds for PyPI 🐍 / Build source distribution (push) Waiting to run
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-10-13 23:19:42 -04:00 committed by GitHub
parent e9e4eb9ec4
commit 7984062d34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -3779,7 +3779,7 @@ dependencies = [
[[package]]
name = "zizmor"
version = "1.15.0"
version = "1.15.1"
dependencies = [
"annotate-snippets",
"anstream",

View file

@ -1,7 +1,7 @@
[package]
name = "zizmor"
description = "Static analysis for GitHub Actions"
version = "1.15.0"
version = "1.15.1"
repository = "https://github.com/zizmorcore/zizmor"
documentation = "https://docs.zizmor.sh"
keywords = ["cli", "github-actions", "static-analysis", "security"]

View file

@ -256,7 +256,7 @@ To do so, add the following to your `.pre-commit-config.yaml` `#!yaml repos:` se
```yaml
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.15.0 # (1)!
rev: v1.15.1 # (1)!
hooks:
- id: zizmor
```

View file

@ -9,10 +9,12 @@ of `zizmor`.
## Next (UNRELEASED)
## 1.15.1
### Bug Fixes 🐛
* Fixed a bug where `zizmor` would fail to parse Dependabot configuration files
that specified a `package-ecosystem: devcontainers` update block (#1240)
due to missing support for some package ecosystems (#1240)
## 1.15.0