Skip to content

Commit 3e40b02

Browse files
author
Tyler Titsworth
authored
Merge branch 'main' into tylertitsworth/run-merge-logs-on-failure
2 parents 9cde04e + 54d8035 commit 3e40b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- hooks:
2020
- id: gitleaks
2121
repo: https://github.com/gitleaks/gitleaks
22-
rev: v8.19.2
22+
rev: v8.19.3
2323
- hooks:
2424
- args: [--license-filepath=.github/license_template.txt, --use-current-year, --detect-license-in-X-top-lines=40, --skip-license-insertion-comment=Copyright]
2525
files: |
@@ -38,7 +38,7 @@ repos:
3838
- args: ["--config", ".github/linters/.markdown-lint.yaml"]
3939
id: markdownlint
4040
repo: https://github.com/igorshubovych/markdownlint-cli
41-
rev: v0.41.0
41+
rev: v0.42.0
4242
- hooks:
4343
- id: shellcheck
4444
repo: https://github.com/koalaman/shellcheck-precommit
@@ -47,7 +47,7 @@ repos:
4747
- args: ["--config-file", ".github/linters/actionlint.yml"]
4848
id: actionlint
4949
repo: https://github.com/rhysd/actionlint
50-
rev: v1.7.2
50+
rev: v1.7.3
5151
- hooks:
5252
- id: helm-docs-container
5353
repo: https://github.com/norwoodj/helm-docs

0 commit comments

Comments
 (0)