From c0828232e882613809d1a279b6c6ead01bc986ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 22:08:25 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/mxr/sync-pre-commit-deps: v0.0.1 → v0.0.2](https://github.com/mxr/sync-pre-commit-deps/compare/v0.0.1...v0.0.2) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.5](https://github.com/rhysd/actionlint/compare/v1.7.4...v1.7.5) - [github.com/gitleaks/gitleaks: v8.22.0 → v8.22.1](https://github.com/gitleaks/gitleaks/compare/v8.22.0...v8.22.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6af6145..5f4d0ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Syncs pre-commit dependencies with the latest versions. - repo: https://github.com/mxr/sync-pre-commit-deps - rev: "v0.0.1" + rev: "v0.0.2" hooks: - id: sync-pre-commit-deps # Pre-commit hooks for general file checks @@ -54,7 +54,7 @@ repos: types: [shell] # Actionlint for linting GitHub Actions YAML files - repo: https://github.com/rhysd/actionlint - rev: "v1.7.4" + rev: "v1.7.5" hooks: - id: actionlint # Yamlfmt for formatting YAML files @@ -69,7 +69,7 @@ repos: - id: codespell # Gitleaks for detecting secrets in Git repositories - repo: https://github.com/gitleaks/gitleaks - rev: "v8.22.0" + rev: "v8.22.1" hooks: - id: gitleaks # Talisman for pre-commit Git hooks to detect sensitive files