File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
lint-validate :
7
- runs-on : ubuntu-20.04
7
+ runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
- uses : hashicorp/setup-terraform@v3
23
23
- name : Lint Terraform files
24
24
run : tflint
25
25
terratest :
26
- runs-on : ubuntu-20.04
26
+ runs-on : ubuntu-latest
27
27
defaults :
28
28
run :
29
29
working-directory : tests
Original file line number Diff line number Diff line change 14
14
uses : moritzheiber/terraform-aws-oidc-github-actions-module/.github/workflows/test.yaml@main
15
15
create-release :
16
16
needs : [test]
17
- runs-on : ubuntu-20.04
17
+ runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Release
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
lint-validate :
7
- runs-on : ubuntu-20.04
7
+ runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
- uses : hashicorp/setup-terraform@v3
@@ -21,10 +21,14 @@ jobs:
21
21
- name : Lint Terraform files
22
22
run : tflint
23
23
terratest :
24
- runs-on : ubuntu-20.04
24
+ runs-on : ubuntu-latest
25
25
strategy :
26
26
matrix :
27
- test : [TestGitHubActionsOidcModuleGoodInput, TestGitHubActionsOidcModuleBadInput]
27
+ test :
28
+ [
29
+ TestGitHubActionsOidcModuleGoodInput,
30
+ TestGitHubActionsOidcModuleBadInput,
31
+ ]
28
32
defaults :
29
33
run :
30
34
working-directory : tests
You can’t perform that action at this time.
0 commit comments