Skip to content

Commit 1eab364

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/gitleaks/gitleaks: v8.18.4 → v8.19.3](gitleaks/gitleaks@v8.18.4...v8.19.3) - [github.com/python-jsonschema/check-jsonschema: 0.29.2 → 0.29.3](python-jsonschema/check-jsonschema@0.29.2...0.29.3)
1 parent b58b3b7 commit 1eab364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ repos:
106106
files: /tests_openshift.*\.yaml$
107107
stages: [manual, push]
108108
- repo: https://github.com/gitleaks/gitleaks
109-
rev: v8.18.4
109+
rev: v8.19.3
110110
hooks:
111111
- id: gitleaks
112112
# The hook runs 'gitleaks protect --staged' which parses output of
113113
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
114114
stages: [commit]
115115
- repo: https://github.com/python-jsonschema/check-jsonschema
116-
rev: 0.29.2
116+
rev: 0.29.3
117117
hooks:
118118
- id: check-github-workflows
119119
args: ["--verbose"]

0 commit comments

Comments
 (0)