4343 - name : Clone the code
4444 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4545 - name : Setup Go
46- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
46+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
124+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
151151 - name : Setup Go
152- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
152+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
189+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
241241 - name : Setup Go
242- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1 .0
242+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .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@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
284+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
285285 with :
286286 go-version : ${{ env.GO_VERSION }}
287287 check-latest : true
@@ -328,7 +328,7 @@ jobs:
328328 with :
329329 fetch-depth : 0
330330 - name : Setup Go
331- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
331+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
332332 with :
333333 go-version : ${{ env.GO_VERSION }}
334334 check-latest : true
@@ -363,7 +363,7 @@ jobs:
363363 with :
364364 fetch-depth : 0
365365 - name : Setup Go
366- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
366+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
367367 with :
368368 go-version : ${{ env.GO_VERSION }}
369369 check-latest : true
@@ -389,7 +389,7 @@ jobs:
389389 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
390390
391391 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
392- - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v2.2.0
392+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v2.2.0
393393 with :
394394 go-version : ${{ env.GO_VERSION }}
395395 check-latest : true
0 commit comments