Skip to content

Commit ea4023a

Browse files
committed
chore: bump pre-commit hooks to the latest version
1 parent b4af31b commit ea4023a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ repos:
2222
hooks:
2323
- id: detect-secrets
2424
- repo: https://github.com/gitleaks/gitleaks
25-
rev: v8.22.1
25+
rev: v8.23.3
2626
hooks:
2727
- id: gitleaks
2828
- repo: https://github.com/fabasoad/pre-commit-grype
29-
rev: v0.6.1
29+
rev: v0.6.2
3030
hooks:
3131
- id: grype-dir
3232
args:
@@ -35,7 +35,7 @@ repos:
3535
stages: ["pre-push"]
3636
# Markdown
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.43.0
38+
rev: v0.44.0
3939
hooks:
4040
- id: markdownlint-fix
4141
stages: ["pre-commit"]
@@ -54,7 +54,7 @@ repos:
5454
stages: ["pre-push"]
5555
# GitHub Actions
5656
- repo: https://github.com/rhysd/actionlint
57-
rev: v1.7.6
57+
rev: v1.7.7
5858
hooks:
5959
- id: actionlint
6060
args: ["-pyflakes="]

0 commit comments

Comments
 (0)