5454 echo "go-mod=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
5555 - name : Cache builds
5656 # 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
5858 with :
5959 path : |
6060 ${{ steps.go-cache-paths.outputs.go-build }}
7373 files : ./unit-coverage.out
7474 verbose : true
7575 - 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
7777 if : ${{ github.event_name != 'pull_request' && github.actor != 'dependabot[bot]' }}
7878 env :
7979 GITHUB_AUTH_TOKEN : ${{ secrets.GH_AUTH_TOKEN }}
@@ -106,7 +106,7 @@ jobs:
106106 repo-token : ${{ secrets.GITHUB_TOKEN }}
107107 - name : Cache builds
108108 # 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
110110 with :
111111 path : |
112112 ~/go/pkg/mod
@@ -127,7 +127,7 @@ jobs:
127127 check-latest : true
128128 cache : true
129129 - name : generate mocks
130- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
130+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
131131 with :
132132 max_attempts : 3
133133 retry_on : error
@@ -155,7 +155,7 @@ jobs:
155155 check-latest : true
156156 cache : true
157157 - name : generate docs
158- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
158+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
159159 with :
160160 max_attempts : 3
161161 retry_on : error
@@ -192,7 +192,7 @@ jobs:
192192 check-latest : true
193193 cache : true
194194 - name : build-proto
195- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
195+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
196196 with :
197197 max_attempts : 3
198198 retry_on : error
@@ -226,7 +226,7 @@ jobs:
226226 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
227227 - name : Cache builds
228228 # 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
230230 with :
231231 path : |
232232 ~/go/pkg/mod
@@ -245,7 +245,7 @@ jobs:
245245 check-latest : true
246246 cache : true
247247 - name : Run build
248- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
248+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
249249 with :
250250 max_attempts : 3
251251 retry_on : error
@@ -266,7 +266,7 @@ jobs:
266266
267267 - name : Cache builds
268268 # 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
270270 with :
271271 path : |
272272 ~/go/pkg/mod
@@ -287,7 +287,7 @@ jobs:
287287 check-latest : true
288288 cache : true
289289 - name : Run build
290- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
290+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
291291 with :
292292 max_attempts : 3
293293 retry_on : error
@@ -314,7 +314,7 @@ jobs:
314314 check-latest : true
315315 cache : true
316316 - name : Run build
317- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
317+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
318318 with :
319319 max_attempts : 3
320320 retry_on : error
@@ -350,7 +350,7 @@ jobs:
350350 check-latest : true
351351 cache : true
352352 - name : Run build
353- uses : nick-invision/retry@c97818ca39074beaea45180dba704f92496a0082
353+ uses : nick-invision/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08
354354 with :
355355 max_attempts : 3
356356 retry_on : error
0 commit comments