File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 interval : daily
77 - package-ecosystem : gomod
88 directory : lambda
9+ schedule :
10+ interval : daily
11+ - package-ecosystem : github-actions
12+ directory : /
913 schedule :
1014 interval : daily
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 golang :
13- runs-on : ubuntu-22 .04
13+ runs-on : ubuntu-24 .04
1414
1515 steps :
1616 - name : Checkout
1717 id : checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919
2020 - name : Setup Go
2121 id : setup
22- uses : actions/setup-go@v4
22+ uses : actions/setup-go@v6
2323 with :
24- go-version : ' 1.21.x '
24+ go-version-file : ' lambda/go.mod '
2525
2626 - name : Install dependencies
2727 id : deps
@@ -41,18 +41,16 @@ jobs:
4141 run : go test ./... -cover
4242
4343 terraform :
44- runs-on : ubuntu-22 .04
44+ runs-on : ubuntu-24 .04
4545
4646 steps :
4747 - name : Checkout
4848 id : checkout
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050
5151 - name : Setup Terraform
5252 id : setup
53- uses : hashicorp/setup-terraform@v1
54- with :
55- terraform_version : ' 1.5.7'
53+ uses : hashicorp/setup-terraform@v3
5654
5755 - name : Terraform Format
5856 id : format
8381
8482 - name : Setup TFLint
8583 id : tflint-setup
86- uses : terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
84+ uses : terraform-linters/setup-tflint@v6.2.1
8785 with :
88- tflint_version : v0.48.0
86+ tflint_version : ' latest '
8987
9088 - name : Init TFLint
9189 id : tflint-init
You can’t perform that action at this time.
0 commit comments