From 91a7bc53a6951b50c93cb538df8488901fbc08e0 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 21 Jan 2025 13:05:36 +0900 Subject: [PATCH] .pre-commit-config.yml: pre-commit autoupdate --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea5719dea..ffaf509b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,12 +23,12 @@ repos: language: node additional_dependencies: ["prettier@3.3.3"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.20.1 + rev: v8.23.1 hooks: - id: gitleaks name: detect hardcoded secrets - repo: https://github.com/shssoichiro/oxipng - rev: v9.1.2 + rev: v9.1.3 hooks: - id: oxipng name: run oxipng @@ -71,7 +71,7 @@ repos: args: [--whitespaces-count, "2"] exclude: Makefile$ - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.7 hooks: - id: actionlint name: run actionlint @@ -91,7 +91,7 @@ repos: description: local policy is to exclude extension from all shell files types: [shell] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.42.0 + rev: v0.43.0 hooks: - id: markdownlint name: run markdownlint @@ -100,7 +100,7 @@ repos: types: [markdown] files: \.md$ - repo: https://github.com/tcort/markdown-link-check - rev: v3.12.2 + rev: v3.13.6 hooks: - id: markdown-link-check name: run markdown-link-check