From 7984062d3401e27eed14a6da24a4e2740f6d2aee Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 13 Oct 2025 23:19:42 -0400 Subject: [PATCH] chore: prep release 1.15.1 (#1243) --- Cargo.lock | 2 +- crates/zizmor/Cargo.toml | 2 +- docs/integrations.md | 2 +- docs/release-notes.md | 4 +++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3296701..5d6add39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3779,7 +3779,7 @@ dependencies = [ [[package]] name = "zizmor" -version = "1.15.0" +version = "1.15.1" dependencies = [ "annotate-snippets", "anstream", diff --git a/crates/zizmor/Cargo.toml b/crates/zizmor/Cargo.toml index bfe59059..78a001c7 100644 --- a/crates/zizmor/Cargo.toml +++ b/crates/zizmor/Cargo.toml @@ -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"] diff --git a/docs/integrations.md b/docs/integrations.md index 342fc902..54773b98 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -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 ``` diff --git a/docs/release-notes.md b/docs/release-notes.md index 208fb698..89b58013 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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