From 57f910252f4931fcb3cdf5fccdb9a0174e264819 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Sat, 1 Nov 2025 20:51:54 -0400 Subject: [PATCH] chore: prep release 1.16.2 (#1311) --- Cargo.lock | 2 +- crates/zizmor/Cargo.toml | 2 +- docs/integrations.md | 2 +- docs/release-notes.md | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5f77744..ad6dd1aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3879,7 +3879,7 @@ dependencies = [ [[package]] name = "zizmor" -version = "1.16.1" +version = "1.16.2" dependencies = [ "annotate-snippets", "anstream", diff --git a/crates/zizmor/Cargo.toml b/crates/zizmor/Cargo.toml index 3e770de3..513b7733 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.16.1" +version = "1.16.2" 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 57812c67..d0547a3a 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.16.1 # (1)! + rev: v1.16.2 # (1)! hooks: - id: zizmor ``` diff --git a/docs/release-notes.md b/docs/release-notes.md index 3af1a1f1..c3001039 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -9,6 +9,8 @@ of `zizmor`. ## Next (UNRELEASED) +## 1.16.2 + ### Enhancements 🌱 * The [concurrency-limits] audit no longer flags explicit user concurrency