File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
commitlint :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
fetch-depth : 0
12
12
- uses : wagoid/commitlint-github-action@v5
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.6 .0
14
+ uses : dependabot/fetch-metadata@v2.1 .0
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 @@ -12,13 +12,13 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Code
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
18
18
fetch-depth : 0
19
19
- name : MegaLinter
20
20
id : ml
21
- uses : megalinter/megalinter/flavors/terraform@v7.4 .0
21
+ uses : megalinter/megalinter/flavors/terraform@v7.12 .0
22
22
env :
23
23
VALIDATE_ALL_CODEBASE : true
24
24
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
with :
17
17
token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
18
18
fetch-depth : 0
19
19
- name : Bump version and push tag
20
20
id : tag_version
21
- uses : mathieudutour/github-tag-action@v6.1
21
+ uses : mathieudutour/github-tag-action@v6.2
22
22
with :
23
23
github_token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
24
24
- name : Create a GitHub release
Original file line number Diff line number Diff line change 7
7
stages : [commit-msg]
8
8
args : []
9
9
- repo : https://github.com/pre-commit/pre-commit-hooks
10
- rev : v4.4 .0
10
+ rev : v4.6 .0
11
11
hooks :
12
12
- id : trailing-whitespace
13
13
- id : end-of-file-fixer
34
34
args :
35
35
- -b main
36
36
- repo : https://github.com/antonbabenko/pre-commit-terraform
37
- rev : v1.83.4
37
+ rev : v1.92.0
38
38
hooks :
39
39
- id : terraform_fmt
40
40
- id : terraform_tflint
@@ -46,11 +46,11 @@ repos:
46
46
- id : terraform_tfsec
47
47
- id : terraform_validate
48
48
- repo : https://github.com/sirosen/check-jsonschema
49
- rev : 0.27.0
49
+ rev : 0.28.6
50
50
hooks :
51
51
- id : check-github-workflows
52
52
- repo : https://github.com/pre-commit/mirrors-prettier
53
- rev : v3.0.3
53
+ rev : v3.1.0
54
54
hooks :
55
55
- id : prettier
56
56
stages : [commit]
You can’t perform that action at this time.
0 commit comments