We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4af31b commit ea4023aCopy full SHA for ea4023a
.pre-commit-config.yaml
@@ -22,11 +22,11 @@ repos:
22
hooks:
23
- id: detect-secrets
24
- repo: https://github.com/gitleaks/gitleaks
25
- rev: v8.22.1
+ rev: v8.23.3
26
27
- id: gitleaks
28
- repo: https://github.com/fabasoad/pre-commit-grype
29
- rev: v0.6.1
+ rev: v0.6.2
30
31
- id: grype-dir
32
args:
@@ -35,7 +35,7 @@ repos:
35
stages: ["pre-push"]
36
# Markdown
37
- repo: https://github.com/igorshubovych/markdownlint-cli
38
- rev: v0.43.0
+ rev: v0.44.0
39
40
- id: markdownlint-fix
41
stages: ["pre-commit"]
@@ -54,7 +54,7 @@ repos:
54
55
# GitHub Actions
56
- repo: https://github.com/rhysd/actionlint
57
- rev: v1.7.6
+ rev: v1.7.7
58
59
- id: actionlint
60
args: ["-pyflakes="]
0 commit comments