43
43
- name : Clone the code
44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Setup Go
46
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
46
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
47
47
with :
48
48
go-version : ${{ env.GO_VERSION }}
49
49
check-latest : true
@@ -121,7 +121,7 @@ jobs:
121
121
with :
122
122
fetch-depth : 0
123
123
- name : Setup Go
124
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0
124
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v2.2.0
125
125
with :
126
126
go-version : ${{ env.GO_VERSION }}
127
127
check-latest : true
@@ -149,7 +149,7 @@ jobs:
149
149
- name : Clone the code
150
150
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151
151
- name : Setup Go
152
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
152
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
153
153
with :
154
154
go-version : ${{ env.GO_VERSION }}
155
155
check-latest : true
@@ -186,7 +186,7 @@ jobs:
186
186
with :
187
187
fetch-depth : 0
188
188
- name : Setup Go
189
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0
189
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v2.2.0
190
190
with :
191
191
go-version : ${{ env.GO_VERSION }}
192
192
check-latest : true
@@ -239,7 +239,7 @@ jobs:
239
239
- name : Clone the code
240
240
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
241
241
- name : Setup Go
242
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
242
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
243
243
with :
244
244
go-version : ${{ env.GO_VERSION }}
245
245
check-latest : true
@@ -281,7 +281,7 @@ jobs:
281
281
with :
282
282
fetch-depth : 0
283
283
- name : Setup Go
284
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0
284
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v2.2.0
285
285
with :
286
286
go-version : ${{ env.GO_VERSION }}
287
287
check-latest : true
@@ -308,7 +308,7 @@ jobs:
308
308
- name : Clone the code
309
309
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310
310
- name : Setup Go
311
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
311
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
312
312
with :
313
313
go-version : ${{ env.GO_VERSION }}
314
314
check-latest : true
@@ -344,7 +344,7 @@ jobs:
344
344
with :
345
345
fetch-depth : 0
346
346
- name : Setup Go
347
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0
347
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v2.2.0
348
348
with :
349
349
go-version : ${{ env.GO_VERSION }}
350
350
check-latest : true
@@ -370,7 +370,7 @@ jobs:
370
370
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
371
371
372
372
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
373
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v2.2.0
373
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v2.2.0
374
374
with :
375
375
go-version : ${{ env.GO_VERSION }}
376
376
check-latest : true
0 commit comments