File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,19 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0 # For Sonar blame information
19
19
20
20
- name : Set up Java
21
- uses : actions/setup-java@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
java-version : " 17"
24
24
distribution : " liberica"
25
25
cache : " maven"
26
26
27
27
- name : Cache SonarQube packages
28
- uses : actions/cache@v3
28
+ uses : actions/cache@v4
29
29
with :
30
30
path : ~/.sonar/cache
31
31
key : ${{ runner.os }}-sonar
Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ jobs:
23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v3
26
+ uses : actions/checkout@v4
27
27
with :
28
28
token : ${{ secrets.BUMP_PAT }}
29
29
fetch-depth : 0 # For Sonar blame information
30
30
31
31
- name : Set up Java
32
- uses : actions/setup-java@v3
32
+ uses : actions/setup-java@v4
33
33
with :
34
34
java-version : " 17"
35
35
distribution : " liberica"
36
36
cache : " maven"
37
37
38
38
- name : Cache SonarQube packages
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ~/.sonar/cache
42
42
key : ${{ runner.os }}-sonar
95
95
96
96
steps :
97
97
- name : Checkout
98
- uses : actions/checkout@v3
98
+ uses : actions/checkout@v4
99
99
100
100
- name : Download JAR Artifact
101
101
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Setup AWS CLI
28
28
uses : aws-actions/configure-aws-credentials@v4
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
- name : Upload Configuration
44
44
uses :
hashicorp/tfc-workflows-github/actions/[email protected]
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Setup Terraform
26
26
uses : hashicorp/setup-terraform@v2
Original file line number Diff line number Diff line change 34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
39
39
- name : Upload Configuration
40
40
uses :
hashicorp/tfc-workflows-github/actions/[email protected]
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Setup TFLint
16
16
uses : terraform-linters/setup-tflint@v3
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : tfsec
16
16
uses :
aquasecurity/[email protected]
You can’t perform that action at this time.
0 commit comments