From dd6af90b798e3d613ef091a49de269d928fb83eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 21:05:55 +0000 Subject: [PATCH] build(deps): bump https://github.com/zizmorcore/zizmor-pre-commit Bumps the pre-commit group with 1 update in the /{{cookiecutter.project_slug}} directory: [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit). Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.29.0 to 1.30.0 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/451b56af716f9f0d0c2b816503a3fd0cf8b036fa...cef8b8350da46d8114c7e6b7272aebdccdf193ce) --- updated-dependencies: - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.30.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index b0853a0..45cb501 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: # GitHub Actions security audit - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: 451b56af716f9f0d0c2b816503a3fd0cf8b036fa # frozen: v1.29.0 + rev: cef8b8350da46d8114c7e6b7272aebdccdf193ce # frozen: v1.30.0 hooks: - id: zizmor args: [--persona=regular, --min-severity=medium, --min-confidence=medium]