41
41
with :
42
42
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
43
43
- name : Clone the code
44
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
44
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
- name : Setup Go
46
46
uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
47
47
with :
54
54
echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
55
55
- name : Cache builds
56
56
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
57
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
57
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
58
58
with :
59
59
path : |
60
60
${{ steps.go-cache-paths.outputs.go-build }}
@@ -106,7 +106,7 @@ jobs:
106
106
repo-token : ${{ secrets.GITHUB_TOKEN }}
107
107
- name : Cache builds
108
108
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
109
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
109
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
110
110
with :
111
111
path : |
112
112
~/go/pkg/mod
@@ -117,7 +117,7 @@ jobs:
117
117
restore-keys : |
118
118
${{ runner.os }}-go-
119
119
- name : Clone the code
120
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
120
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121
121
with :
122
122
fetch-depth : 0
123
123
- name : Setup Go
@@ -147,7 +147,7 @@ jobs:
147
147
with :
148
148
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
149
149
- name : Clone the code
150
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
150
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
151
151
- name : Setup Go
152
152
uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
153
153
with :
@@ -182,7 +182,7 @@ jobs:
182
182
version : ${{ env.PROTOC_VERSION }}
183
183
repo-token : ${{ secrets.GITHUB_TOKEN }}
184
184
- name : Clone the code
185
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
185
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
186
186
with :
187
187
fetch-depth : 0
188
188
- name : Setup Go
@@ -226,7 +226,7 @@ jobs:
226
226
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
227
227
- name : Cache builds
228
228
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
229
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
229
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
230
230
with :
231
231
path : |
232
232
~/go/pkg/mod
@@ -237,7 +237,7 @@ jobs:
237
237
restore-keys : |
238
238
${{ runner.os }}-go-
239
239
- name : Clone the code
240
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
240
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
241
241
- name : Setup Go
242
242
uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
243
243
with :
@@ -266,7 +266,7 @@ jobs:
266
266
267
267
- name : Cache builds
268
268
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
269
- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
269
+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
270
270
with :
271
271
path : |
272
272
~/go/pkg/mod
@@ -277,7 +277,7 @@ jobs:
277
277
restore-keys : |
278
278
${{ runner.os }}-go-
279
279
- name : Clone the code
280
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
280
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
281
281
with :
282
282
fetch-depth : 0
283
283
- name : Setup Go
@@ -306,7 +306,7 @@ jobs:
306
306
with :
307
307
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
308
308
- name : Clone the code
309
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
309
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310
310
- name : Setup Go
311
311
uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
312
312
with :
@@ -340,7 +340,7 @@ jobs:
340
340
version : ${{ env.PROTOC_VERSION }}
341
341
repo-token : ${{ secrets.GITHUB_TOKEN }}
342
342
- name : Clone the code
343
- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
343
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
344
344
with :
345
345
fetch-depth : 0
346
346
- name : Setup Go
@@ -369,7 +369,7 @@ jobs:
369
369
with :
370
370
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
371
371
372
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
372
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
373
373
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v2.2.0
374
374
with :
375
375
go-version : ${{ env.GO_VERSION }}
0 commit comments