File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
if : github.event_name == 'pull_request'
12
12
steps :
13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
14
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
15
15
with :
16
16
go-version-file : ' ./go.mod'
17
17
- name : golangci-lint
26
26
- name : Check out code
27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
28
- name : Install Go
29
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
29
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
30
30
with :
31
31
go-version-file : ' ./go.mod'
32
32
- name : Check go mod status
63
63
- name : Check out code
64
64
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
65
65
- name : Install Go
66
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
66
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
67
67
with :
68
68
go-version-file : ' ./go.mod'
69
69
- name : Build
81
81
if : github.event_name == 'pull_request'
82
82
steps :
83
83
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
84
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
84
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
85
85
with :
86
86
go-version-file : ' ./go.mod'
87
87
# https://github.com/securego/gosec/blob/12be14859bc7d4b956b71bef0b443694aa519d8a/README.md#integrating-with-code-scanning
You can’t perform that action at this time.
0 commit comments