Skip to content

Commit 37e1022

Browse files
Update actions/cache digest to 27d5ce7
1 parent 366c0c4 commit 37e1022

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

.github/workflows/pr-operator.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ jobs:
138138
cache: false
139139

140140
- name: Go Build Cache
141-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
141+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
142142
with:
143143
path: ${{ steps.go-cache-paths.outputs.go-build }}
144144
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
145145

146146
- name: Go Mod Cache
147-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
147+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
148148
with:
149149
path: ${{ steps.go-cache-paths.outputs.go-mod }}
150150
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -217,13 +217,13 @@ jobs:
217217
repository: ${{ inputs.CHECKOUT_CODE }}
218218

219219
- name: Go Build Cache
220-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
220+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
221221
with:
222222
path: ${{ needs.setup.outputs.go_build }}
223223
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
224224

225225
- name: Go Mod Cache
226-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
226+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
227227
with:
228228
path: ${{ needs.setup.outputs.go_mod }}
229229
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -351,13 +351,13 @@ jobs:
351351
repository: ${{ inputs.CHECKOUT_CODE }}
352352

353353
- name: Go Build Cache
354-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
354+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
355355
with:
356356
path: ${{ needs.setup.outputs.go_build }}
357357
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
358358

359359
- name: Go Mod Cache
360-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
360+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
361361
with:
362362
path: ${{ needs.setup.outputs.go_mod }}
363363
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -477,13 +477,13 @@ jobs:
477477
repository: ${{ inputs.CHECKOUT_CODE }}
478478

479479
- name: Go Build Cache
480-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
480+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
481481
with:
482482
path: ${{ needs.setup.outputs.go_build }}
483483
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
484484

485485
- name: Go Mod Cache
486-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
486+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
487487
with:
488488
path: ${{ needs.setup.outputs.go_mod }}
489489
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -540,13 +540,13 @@ jobs:
540540
repository: ${{ inputs.CHECKOUT_CODE }}
541541

542542
- name: Go Build Cache
543-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
543+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
544544
with:
545545
path: ${{ needs.setup.outputs.go_build }}
546546
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
547547

548548
- name: Go Mod Cache
549-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
549+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
550550
with:
551551
path: ${{ needs.setup.outputs.go_mod }}
552552
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -599,13 +599,13 @@ jobs:
599599
repository: ${{ inputs.CHECKOUT_CODE }}
600600

601601
- name: Go Build Cache
602-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
602+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
603603
with:
604604
path: ${{ needs.setup.outputs.go_build }}
605605
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
606606

607607
- name: Go Mod Cache
608-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
608+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
609609
with:
610610
path: ${{ needs.setup.outputs.go_mod }}
611611
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

.github/workflows/release-operator.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ jobs:
166166
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
167167

168168
- name: Go Build Cache
169-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
169+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
170170
with:
171171
path: ${{ steps.go-cache-paths.outputs.go-build }}
172172
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
173173

174174
- name: Go Mod Cache
175-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
175+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
176176
with:
177177
path: ${{ steps.go-cache-paths.outputs.go-mod }}
178178
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -262,13 +262,13 @@ jobs:
262262
fi
263263
264264
- name: Go Build Cache
265-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
265+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
266266
with:
267267
path: ${{ needs.setup.outputs.go_build }}
268268
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
269269

270270
- name: Go Mod Cache
271-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
271+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
272272
with:
273273
path: ${{ needs.setup.outputs.go_mod }}
274274
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -493,13 +493,13 @@ jobs:
493493
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
494494

495495
- name: Go Build Cache
496-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
496+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
497497
with:
498498
path: ${{ needs.setup.outputs.go_build }}
499499
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
500500

501501
- name: Go Mod Cache
502-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
502+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
503503
with:
504504
path: ${{ needs.setup.outputs.go_mod }}
505505
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -715,13 +715,13 @@ jobs:
715715
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
716716

717717
- name: Go Build Cache
718-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
718+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
719719
with:
720720
path: ${{ needs.setup.outputs.go_build }}
721721
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
722722

723723
- name: Go Mod Cache
724-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
724+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
725725
with:
726726
path: ${{ needs.setup.outputs.go_mod }}
727727
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -1074,13 +1074,13 @@ jobs:
10741074
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
10751075

10761076
- name: Go Build Cache
1077-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1077+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
10781078
with:
10791079
path: ${{ needs.setup.outputs.go_build }}
10801080
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
10811081

10821082
- name: Go Mod Cache
1083-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1083+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
10841084
with:
10851085
path: ${{ needs.setup.outputs.go_mod }}
10861086
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
@@ -1131,13 +1131,13 @@ jobs:
11311131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
11321132

11331133
- name: Go Build Cache
1134-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1134+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
11351135
with:
11361136
path: ${{ needs.setup.outputs.go_build }}
11371137
key: ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
11381138

11391139
- name: Go Mod Cache
1140-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
1140+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
11411141
with:
11421142
path: ${{ needs.setup.outputs.go_mod }}
11431143
key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)