4343 - name : Clone the code
4444 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545 - name : Setup Go
46- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
46+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
4747 with :
4848 go-version : ${{ env.GO_VERSION }}
4949 check-latest : true
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 fetch-depth : 0
123123 - name : Setup Go
124- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v2.2.0
124+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v2.2.0
125125 with :
126126 go-version : ${{ env.GO_VERSION }}
127127 check-latest : true
@@ -149,7 +149,7 @@ jobs:
149149 - name : Clone the code
150150 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
151151 - name : Setup Go
152- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
152+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
153153 with :
154154 go-version : ${{ env.GO_VERSION }}
155155 check-latest : true
@@ -186,7 +186,7 @@ jobs:
186186 with :
187187 fetch-depth : 0
188188 - name : Setup Go
189- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v2.2.0
189+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v2.2.0
190190 with :
191191 go-version : ${{ env.GO_VERSION }}
192192 check-latest : true
@@ -239,7 +239,7 @@ jobs:
239239 - name : Clone the code
240240 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
241241 - name : Setup Go
242- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
242+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
243243 with :
244244 go-version : ${{ env.GO_VERSION }}
245245 check-latest : true
@@ -281,7 +281,7 @@ jobs:
281281 with :
282282 fetch-depth : 0
283283 - name : Setup Go
284- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v2.2.0
284+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v2.2.0
285285 with :
286286 go-version : ${{ env.GO_VERSION }}
287287 check-latest : true
@@ -308,7 +308,7 @@ jobs:
308308 - name : Clone the code
309309 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
310310 - name : Setup Go
311- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
311+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
312312 with :
313313 go-version : ${{ env.GO_VERSION }}
314314 check-latest : true
@@ -344,7 +344,7 @@ jobs:
344344 with :
345345 fetch-depth : 0
346346 - name : Setup Go
347- uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v2.2.0
347+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v2.2.0
348348 with :
349349 go-version : ${{ env.GO_VERSION }}
350350 check-latest : true
@@ -370,7 +370,7 @@ jobs:
370370 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
371371
372372 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
373- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v2.2.0
373+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v2.2.0
374374 with :
375375 go-version : ${{ env.GO_VERSION }}
376376 check-latest : true
0 commit comments