From d7e3a70132a2d49fe331ce8e6ecf035ab3f2056f Mon Sep 17 00:00:00 2001 From: fabasoad Date: Thu, 6 Feb 2025 14:02:20 +0000 Subject: [PATCH] chore: bump pre-commit hooks to the latest version --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8bbf08..b09327b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,12 +22,12 @@ repos: - id: detect-secrets stages: ["pre-commit", "pre-push"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.22.1 + rev: v8.23.3 hooks: - id: gitleaks stages: ["pre-commit", "pre-push"] - repo: https://github.com/fabasoad/pre-commit-grype - rev: v0.6.1 + rev: v0.6.2 hooks: - id: grype-dir args: @@ -36,7 +36,7 @@ repos: stages: ["pre-push"] # Markdown - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint-fix # Shell @@ -54,7 +54,7 @@ repos: stages: ["pre-push"] # GitHub Actions - repo: https://github.com/rhysd/actionlint - rev: v1.7.6 + rev: v1.7.7 hooks: - id: actionlint args: ["-pyflakes="]