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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
57
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
58
58
with :
59
59
path : |
60
60
${{ steps.go-cache-paths.outputs.go-build }}
73
73
files : ./unit-coverage.out
74
74
verbose : true
75
75
- name : Run PAT Token E2E # using retry because the GitHub token is being throttled.
76
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
76
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
77
77
if : ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
78
78
env :
79
79
GITHUB_AUTH_TOKEN : ${{ secrets.GH_AUTH_TOKEN }}
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
109
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
110
110
with :
111
111
path : |
112
112
~/go/pkg/mod
@@ -127,7 +127,7 @@ jobs:
127
127
check-latest : true
128
128
cache : true
129
129
- name : generate mocks
130
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
130
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
131
131
with :
132
132
max_attempts : 3
133
133
retry_on : error
@@ -155,7 +155,7 @@ jobs:
155
155
check-latest : true
156
156
cache : true
157
157
- name : generate docs
158
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
158
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
159
159
with :
160
160
max_attempts : 3
161
161
retry_on : error
@@ -192,7 +192,7 @@ jobs:
192
192
check-latest : true
193
193
cache : true
194
194
- name : build-proto
195
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
195
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
196
196
with :
197
197
max_attempts : 3
198
198
retry_on : error
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
229
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
230
230
with :
231
231
path : |
232
232
~/go/pkg/mod
@@ -245,7 +245,7 @@ jobs:
245
245
check-latest : true
246
246
cache : true
247
247
- name : Run build
248
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
248
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
249
249
with :
250
250
max_attempts : 3
251
251
retry_on : error
@@ -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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
269
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
270
270
with :
271
271
path : |
272
272
~/go/pkg/mod
@@ -287,7 +287,7 @@ jobs:
287
287
check-latest : true
288
288
cache : true
289
289
- name : Run build
290
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
290
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
291
291
with :
292
292
max_attempts : 3
293
293
retry_on : error
@@ -314,7 +314,7 @@ jobs:
314
314
check-latest : true
315
315
cache : true
316
316
- name : Run build
317
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
317
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
318
318
with :
319
319
max_attempts : 3
320
320
retry_on : error
@@ -350,7 +350,7 @@ jobs:
350
350
check-latest : true
351
351
cache : true
352
352
- name : Run build
353
- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
353
+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
354
354
with :
355
355
max_attempts : 3
356
356
retry_on : error
0 commit comments