diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5b550d..25d152c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: types: [shell] # Actionlint for linting GitHub Actions YAML files - repo: https://github.com/rhysd/actionlint - rev: "v1.7.1" + rev: "v1.7.3" 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.19.2" + rev: "v8.19.3" hooks: - id: gitleaks # Talisman for pre-commit Git hooks to detect sensitive files