From c63e80c5bb8bd2a96230b04bb8243804b2ecf051 Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Sat, 25 Jan 2025 02:11:00 +0000 Subject: [PATCH] chore(deps): update pre-commit hook zricethezav/gitleaks to v8.23.2 --- .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 339f64b..845a87b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -155,7 +155,7 @@ repos: # Detect secrets # - repo: https://github.com/zricethezav/gitleaks - rev: v8.23.1 + rev: v8.23.2 hooks: - id: gitleaks stages: [commit] -- GitLab