From d49cf35201b4277ffcf97c1fe6721ce3aa0e2ecc Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Thu, 15 May 2025 10:59:09 +0200 Subject: [PATCH] Bump gitleaks version in pre-commit config --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d73442d0729..2c54a49249be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -79,7 +79,7 @@ repos: - id: clang-format args: ["-i"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.25.1 + rev: v8.26.0 hooks: - id: gitleaks - repo: https://github.com/jumanjihouse/pre-commit-hooks