File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
13
13
steps :
14
14
- name : Checkout repository
15
15
# https://github.com/actions/checkout/releases/tag/v4.1.1
16
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
- name : Install Go
18
18
# https://github.com/actions/setup-go/releases/tag/v5.0.0
19
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
19
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
20
20
with :
21
21
go-version-file : ' go.mod'
22
22
- name : Install mockgen
23
23
run :
go install github.com/golang/mock/[email protected]
24
24
- name : Install golangci-lint
25
- uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0 .1
25
+ uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5 .1
26
26
with :
27
27
version : v1.54.0
28
28
- name : Build
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
16
17
17
- name : Create release on Github
18
18
run : |
You can’t perform that action at this time.
0 commit comments