From 9985b468e4f9a5b521ef15329326b83cd061be4a Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Tue, 31 Dec 2024 02:09:09 +0000 Subject: [PATCH] chore(deps): update pre-commit hook zricethezav/gitleaks to v8.22.1 --- .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 37fbe14..ab13c3d 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.22.0 + rev: v8.22.1 hooks: - id: gitleaks stages: [commit] -- GitLab