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 fc26453 commit 0a4f656Copy full SHA for 0a4f656
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
# - id: forbid-crlf
43
# - id: remove-crlf
44
- repo: https://github.com/zricethezav/gitleaks
45
- rev: v8.24.0
+ rev: v8.24.2
46
hooks:
47
- id: gitleaks
48
- repo: https://github.com/Bahjat/pre-commit-golang
@@ -67,7 +67,7 @@ repos:
67
args:
68
["--allow-parallel-runners", "--config=.golangci.yml"]
69
- repo: https://github.com/renovatebot/pre-commit-hooks
70
- rev: 39.205.1
+ rev: 39.227.1
71
72
- id: renovate-config-validator
73
- repo: https://github.com/pre-commit-ci/pre-commit-ci-config
@@ -79,7 +79,7 @@ repos:
79
# hooks:
80
# - id: hadolint
81
- repo: https://github.com/python-jsonschema/check-jsonschema
82
- rev: 0.31.3
+ rev: 0.32.1
83
84
- id: check-github-workflows
85
- id: check-dependabot
0 commit comments