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.
2 parents 67d1333 + 4ac8544 commit 9082949Copy full SHA for 9082949
.pre-commit-config.yaml
@@ -44,7 +44,7 @@ repos:
44
types: [shell]
45
# Actionlint for linting GitHub Actions YAML files
46
- repo: https://github.com/rhysd/actionlint
47
- rev: "v1.7.8"
+ rev: "v1.7.9"
48
hooks:
49
- id: actionlint
50
# Yamlfmt for formatting YAML files
@@ -59,7 +59,7 @@ repos:
59
- id: codespell
60
# Gitleaks for detecting secrets in Git repositories
61
- repo: https://github.com/gitleaks/gitleaks
62
- rev: "v8.29.0"
+ rev: "v8.29.1"
63
64
- id: gitleaks
65
# Talisman for pre-commit Git hooks to detect sensitive files
@@ -70,6 +70,6 @@ repos:
70
entry: cmd --githook pre-commit
71
# Markdownlint for linting Markdown files
72
- repo: https://github.com/DavidAnson/markdownlint-cli2
73
- rev: v0.19.0
+ rev: v0.19.1
74
75
- id: markdownlint-cli2
0 commit comments