Commit 9521f83 1 parent bcaa612 commit 9521f83 Copy full SHA for 9521f83
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/astral-sh/ruff-pre-commit
7
- rev : v0.9.2
7
+ rev : v0.9.4
8
8
hooks :
9
9
- id : ruff
10
10
args : [--fix, --exit-non-zero-on-fix]
@@ -96,14 +96,14 @@ repos:
96
96
files : /tests_openshift.*\.yaml$
97
97
stages : [manual, pre-push]
98
98
- repo : https://github.com/gitleaks/gitleaks
99
- rev : v8.23.1
99
+ rev : v8.23.3
100
100
hooks :
101
101
- id : gitleaks
102
102
# The hook runs 'gitleaks protect --staged' which parses output of
103
103
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
104
104
stages : [pre-commit]
105
105
- repo : https://github.com/python-jsonschema/check-jsonschema
106
- rev : 0.31.0
106
+ rev : 0.31.1
107
107
hooks :
108
108
- id : check-github-workflows
109
109
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments