File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
run :
17
17
working-directory : terraform
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v5
20
20
- name : " Setup Terraform CLI"
21
21
uses : hashicorp/setup-terraform@v2
22
22
with :
Original file line number Diff line number Diff line change 20
20
contents : read
21
21
packages : write
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v5
24
24
- name : Log in to the GitHub Container registry
25
25
26
26
with :
Original file line number Diff line number Diff line change 11
11
name : " Lint Secrets with GitLeaks"
12
12
runs-on : ubuntu-24.04
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : " 0"
17
17
- name : Flag Secrets
Original file line number Diff line number Diff line change 14
14
run :
15
15
working-directory : terraform
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v5
18
18
- name : " Setup Terraform CLI"
19
19
uses : hashicorp/setup-terraform@v2
20
20
with :
34
34
run :
35
35
working-directory : terraform
36
36
steps :
37
- - uses : actions/checkout@v3
37
+ - uses : actions/checkout@v5
38
38
- name : " Setup Terraform CLI"
39
39
uses : hashicorp/setup-terraform@v2
40
40
with :
You can’t perform that action at this time.
0 commit comments