Skip to content

Commit

Permalink
chore: bump pre-commit hooks to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Feb 6, 2025
1 parent b4af31b commit ea4023a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ repos:
hooks:
- id: detect-secrets
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.1
rev: v8.23.3
hooks:
- id: gitleaks
- repo: https://github.com/fabasoad/pre-commit-grype
rev: v0.6.1
rev: v0.6.2
hooks:
- id: grype-dir
args:
Expand All @@ -35,7 +35,7 @@ repos:
stages: ["pre-push"]
# Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.43.0
rev: v0.44.0
hooks:
- id: markdownlint-fix
stages: ["pre-commit"]
Expand All @@ -54,7 +54,7 @@ repos:
stages: ["pre-push"]
# GitHub Actions
- repo: https://github.com/rhysd/actionlint
rev: v1.7.6
rev: v1.7.7
hooks:
- id: actionlint
args: ["-pyflakes="]
Expand Down

0 comments on commit ea4023a

Please sign in to comment.