Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
2 parents 756f05d + 11d1379 commit 7e161db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7e161db

Please sign in to comment.