File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 11
11
steps :
12
12
- name : Dependabot metadata
13
13
id : dependabot-metadata
14
- uses : dependabot/fetch-metadata@v1.3.1
14
+ uses : dependabot/fetch-metadata@v1.3.2
15
15
with :
16
16
github-token : ${{ secrets.GITHUB_TOKEN }}
17
17
- name : Approve a PR
Original file line number Diff line number Diff line change 1
1
---
2
2
repos :
3
3
- repo : https://github.com/compilerla/conventional-pre-commit
4
- rev : v1 .2.0
4
+ rev : v3 .2.0
5
5
hooks :
6
6
- id : conventional-pre-commit
7
7
stages : [commit-msg]
8
8
args : []
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.1 .0
10
+ rev : v4.6 .0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
- id : end-of-file-fixer
@@ -32,25 +32,20 @@ repos:
32
32
args :
33
33
- -b main
34
34
- repo : https://github.com/antonbabenko/pre-commit-terraform
35
- rev : v1.62.0
35
+ rev : v1.89.1
36
36
hooks :
37
37
- id : terraform_fmt
38
- - id : terraform_tflint
39
38
- id : terraform_docs
40
39
args :
41
40
- --hook-config=--path-to-file=README.md
42
41
- --hook-config=--add-to-existing-file=true
43
42
- --hook-config=--create-file-if-not-exist=true
44
- - repo : https://github.com/Checkmarx/kics
45
- rev : v1.5.4
46
- hooks :
47
- - id : kics
48
43
- repo : https://github.com/sirosen/check-jsonschema
49
- rev : 0.13.0
44
+ rev : 0.28.3
50
45
hooks :
51
46
- id : check-github-workflows
52
47
- repo : https://github.com/pre-commit/mirrors-prettier
53
- rev : v2.5.1
48
+ rev : v4.0.0-alpha.8
54
49
hooks :
55
50
- id : prettier
56
51
stages : [commit]
You can’t perform that action at this time.
0 commit comments