diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 330d55c..98a0acc 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 @@ -94,7 +94,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 @@ -131,7 +131,7 @@ repos: - id: tf-validate # 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