6868 submodules : true
6969
7070 - name : Setup Go
71- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
71+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
7272 with :
7373 go-version : ${{ env.GO_VERSION }}
7474
@@ -77,14 +77,14 @@ jobs:
7777 run : echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
7878
7979 - name : Cache the Go Build Cache
80- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
80+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8181 with :
8282 path : ${{ steps.go.outputs.cache }}
8383 key : ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
8484 restore-keys : ${{ runner.os }}-build-lint-
8585
8686 - name : Cache Go Dependencies
87- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
87+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
8888 with :
8989 path : .work/pkg
9090 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -112,7 +112,7 @@ jobs:
112112 submodules : true
113113
114114 - name : Setup Go
115- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
115+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
116116 with :
117117 go-version : ${{ env.GO_VERSION }}
118118
@@ -124,14 +124,14 @@ jobs:
124124 run : echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
125125
126126 - name : Cache the Go Build Cache
127- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
127+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
128128 with :
129129 path : ${{ steps.go.outputs.cache }}
130130 key : ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }}
131131 restore-keys : ${{ runner.os }}-build-check-diff-
132132
133133 - name : Cache Go Dependencies
134- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
134+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
135135 with :
136136 path : .work/pkg
137137 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -158,7 +158,7 @@ jobs:
158158 run : git fetch --prune --unshallow
159159
160160 - name : Setup Go
161- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
161+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
162162 with :
163163 go-version : ${{ env.GO_VERSION }}
164164
@@ -167,14 +167,14 @@ jobs:
167167 run : echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
168168
169169 - name : Cache the Go Build Cache
170- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
170+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
171171 with :
172172 path : ${{ steps.go.outputs.cache }}
173173 key : ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
174174 restore-keys : ${{ runner.os }}-build-unit-tests-
175175
176176 - name : Cache Go Dependencies
177- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
177+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
178178 with :
179179 path : .work/pkg
180180 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -207,7 +207,7 @@ jobs:
207207 run : git fetch --prune --unshallow
208208
209209 - name : Setup Go
210- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
210+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
211211 with :
212212 go-version : ${{ env.GO_VERSION }}
213213
@@ -216,14 +216,14 @@ jobs:
216216 run : echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
217217
218218 - name : Cache the Go Build Cache
219- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
219+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
220220 with :
221221 path : ${{ steps.go.outputs.cache }}
222222 key : ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
223223 restore-keys : ${{ runner.os }}-build-unit-tests-
224224
225225 - name : Cache Go Dependencies
226- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
226+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
227227 with :
228228 path : .work/pkg
229229 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
@@ -267,7 +267,7 @@ jobs:
267267 run : git fetch --prune --unshallow
268268
269269 - name : Setup Go
270- uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
270+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
271271 with :
272272 go-version : ${{ env.GO_VERSION }}
273273
@@ -276,14 +276,14 @@ jobs:
276276 run : echo "cache=$(make go.cachedir)" >> $GITHUB_OUTPUT
277277
278278 - name : Cache the Go Build Cache
279- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
279+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
280280 with :
281281 path : ${{ steps.go.outputs.cache }}
282282 key : ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }}
283283 restore-keys : ${{ runner.os }}-build-publish-artifacts-
284284
285285 - name : Cache Go Dependencies
286- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
286+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
287287 with :
288288 path : .work/pkg
289289 key : ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
0 commit comments