File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
steps :
42
42
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
- name : Setup Go
44
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
44
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
45
45
with :
46
46
go-version-file : go.mod
47
47
- name : Setup Flux CLI
54
54
steps :
55
55
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
56
56
- name : Setup Go
57
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
57
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
58
58
with :
59
59
go-version-file : go.mod
60
60
- run : make check-format
@@ -101,7 +101,7 @@ jobs:
101
101
- name : Checkout code
102
102
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103
103
- name : Setup Go
104
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
104
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
105
105
with :
106
106
go-version-file : go.mod
107
107
- name : Clean
Original file line number Diff line number Diff line change 24
24
run : |
25
25
git fetch --prune --unshallow
26
26
- name : Setup Go
27
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
27
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
28
28
with :
29
29
go-version-file : go.mod
30
30
- name : Setup Node.js
Original file line number Diff line number Diff line change 93
93
git fetch --prune --unshallow
94
94
git fetch --tags -f
95
95
- name : Setup Go
96
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
96
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
97
97
with :
98
98
go-version-file : go.mod
99
99
- name : Setup Node.js
Original file line number Diff line number Diff line change 24
24
- name : Checkout
25
25
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
26
- name : Setup Go
27
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
27
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
28
28
with :
29
29
go-version-file : go.mod
30
30
- name : Run FOSSA scan and upload build data
Original file line number Diff line number Diff line change 34
34
- name : Checkout
35
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
36
- name : Setup Go
37
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
37
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
38
38
with :
39
39
go-version-file : go.mod
40
40
- name : Upgrade flux
You can’t perform that action at this time.
0 commit comments