From c1a0a6193bf16a0a3875de593bc061773918f6ec Mon Sep 17 00:00:00 2001 From: John Bampton Date: Fri, 28 Mar 2025 08:04:21 +1000 Subject: [PATCH] pre-commit autoupdate --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3fededd26..16f692574 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: language: node additional_dependencies: ["prettier@3.3.3"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.0 + rev: v8.24.2 hooks: - id: gitleaks name: run gitleaks @@ -121,7 +121,7 @@ repos: name: run shellcheck description: check shell scripts with a static analysis tool - repo: https://github.com/adrienverge/yamllint - rev: v1.36.0 + rev: v1.37.0 hooks: - id: yamllint name: run yamllint