diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 99362a2..6f4e4ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: types: [shell] # Actionlint for linting GitHub Actions YAML files - repo: https://github.com/rhysd/actionlint - rev: "v1.7.8" + rev: "v1.7.9" hooks: - id: actionlint # Yamlfmt for formatting YAML files @@ -59,7 +59,7 @@ repos: - id: codespell # Gitleaks for detecting secrets in Git repositories - repo: https://github.com/gitleaks/gitleaks - rev: "v8.29.0" + rev: "v8.29.1" hooks: - id: gitleaks # Talisman for pre-commit Git hooks to detect sensitive files @@ -70,6 +70,6 @@ repos: entry: cmd --githook pre-commit # Markdownlint for linting Markdown files - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.0 + rev: v0.19.1 hooks: - id: markdownlint-cli2