From 1c0dc0f8fd3012622a7f6017c38f880e8f87f26f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 18:08:19 +0000 Subject: [PATCH] build(deps): bump the pre-commit group across 1 directory with 2 updates Bumps the pre-commit group with 2 updates in the /{{cookiecutter.project_slug}} directory: [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) and [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit). Updates `https://github.com/rhysd/actionlint` from v1.7.10 to 1.7.12 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/rhysd/actionlint/compare/0933c147c9d6587653d45fdcb4c497c57a65f9af...914e7df21a07ef503a81201c76d2b11c789d3fca) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.22.0 to 1.25.2 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/b546b77c44c466a54a42af5499dcc0dcc1a3193f...9257c6050c0261b8c57e712f632dc4a8010109a9) --- updated-dependencies: - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.12 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.25.2 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index d1900ca..2900f60 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -22,13 +22,13 @@ repos: # GitHub Actions linting - repo: https://github.com/rhysd/actionlint - rev: 0933c147c9d6587653d45fdcb4c497c57a65f9af # frozen: v1.7.10 + rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12 hooks: - id: actionlint # GitHub Actions security audit - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: b546b77c44c466a54a42af5499dcc0dcc1a3193f # frozen: v1.22.0 + rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2 hooks: - id: zizmor args: [--persona=regular, --min-severity=medium, --min-confidence=medium]