@@ -24,23 +24,23 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
timeout-minutes : 5
26
26
steps :
27
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.1.2
28
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
27
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.2
28
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
29
29
with :
30
30
go-version-file : ' go.mod'
31
31
cache : true
32
32
- run : go mod download
33
33
- run : go build -v .
34
34
- name : Run linters
35
- uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4 .0.0
35
+ uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6 .0.1
36
36
with :
37
37
version : latest
38
38
39
39
generate :
40
40
runs-on : ubuntu-latest
41
41
steps :
42
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.1.2
43
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
42
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.2
43
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
44
44
with :
45
45
go-version-file : ' go.mod'
46
46
cache : true
@@ -63,12 +63,12 @@ jobs:
63
63
terraform :
64
64
- ' 1.4.*'
65
65
steps :
66
- - uses : actions/checkout@cd7d8d697e10461458bc61a30d094dc601a8b017 # v4.1.2
67
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
66
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.2
67
+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
68
68
with :
69
69
go-version-file : ' go.mod'
70
70
cache : true
71
- - uses : hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
71
+ - uses : hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
72
72
with :
73
73
terraform_version : ${{ matrix.terraform }}
74
74
terraform_wrapper : false
0 commit comments