Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/mxr/sync-pre-commit-deps: v0.0.1 → v0.0.2](pre-commit/sync-pre-commit-deps@v0.0.1...v0.0.2)
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.5](rhysd/actionlint@v1.7.4...v1.7.5)
- [github.com/gitleaks/gitleaks: v8.22.0 → v8.22.1](gitleaks/gitleaks@v8.22.0...v8.22.1)
  • Loading branch information
pre-commit-ci[bot] authored Dec 30, 2024
1 parent 2e2be85 commit c082823
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 @@ -54,7 +54,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 All @@ -69,7 +69,7 @@ repos:
- id: codespell
# 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 c082823

Please sign in to comment.