Skip to content

Commit a90f63a

Browse files
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent 009d137 commit a90f63a

14 files changed

+39
-39
lines changed

.github/workflows/conformance-aws-cni.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ env:
5959
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
6060
eksctl_version: v0.143.0
6161
# renovate: datasource=github-releases depName=kubernetes/kubernetes
62-
kubectl_version: v1.28.3
62+
kubectl_version: v1.28.6
6363

6464
jobs:
6565
commit-status-start:

.github/workflows/conformance-e2e.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
binary-dir: ./
295295

296296
- name: Provision LVH VMs
297-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
297+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
298298
with:
299299
test-name: e2e-conformance
300300
image-version: ${{ matrix.kernel }}
@@ -306,7 +306,7 @@ jobs:
306306
git config --global --add safe.directory /host
307307
308308
- name: Setup K8s cluster
309-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
309+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
310310
with:
311311
provision: 'false'
312312
cmd: |
@@ -329,7 +329,7 @@ jobs:
329329
done
330330
331331
- name: Install Cilium
332-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
332+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
333333
with:
334334
provision: 'false'
335335
cmd: |
@@ -347,7 +347,7 @@ jobs:
347347
mkdir -p cilium-junits
348348
349349
- name: Run tests
350-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
350+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
351351
with:
352352
provision: 'false'
353353
cmd: |
@@ -369,7 +369,7 @@ jobs:
369369
370370
- name: Fetch artifacts
371371
if: ${{ !success() }}
372-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
372+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
373373
with:
374374
provision: 'false'
375375
cmd: |

.github/workflows/conformance-eks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ env:
5959
check_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
6060
eksctl_version: v0.143.0
6161
# renovate: datasource=github-releases depName=kubernetes/kubernetes
62-
kubectl_version: v1.28.3
62+
kubectl_version: v1.28.6
6363

6464
jobs:
6565
commit-status-start:

.github/workflows/conformance-ginkgo.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
# Load Ginkgo build from GitHub
111111
- name: Load ginkgo E2E from GH cache
112-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
112+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
113113
id: cache
114114
with:
115115
path: /tmp/.ginkgo-build/
@@ -272,7 +272,7 @@ jobs:
272272
mv ./linux-amd64/helm ./helm
273273
274274
- name: Provision LVH VMs
275-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
275+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
276276
with:
277277
test-name: datapath-conformance
278278
install-dependencies: true
@@ -288,7 +288,7 @@ jobs:
288288
289289
- name: Provision kind
290290
timeout-minutes: 5
291-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
291+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
292292
with:
293293
provision: 'false'
294294
cmd: |
@@ -308,7 +308,7 @@ jobs:
308308
309309
# Load Ginkgo build from GitHub
310310
- name: Load ${{ matrix.name }} Ginkgo build from GitHub
311-
uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
311+
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
312312
id: cache
313313
with:
314314
path: /tmp/.ginkgo-build/
@@ -356,7 +356,7 @@ jobs:
356356
357357
- name: Run tests
358358
timeout-minutes: 40
359-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
359+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
360360
with:
361361
provision: 'false'
362362
cmd: |
@@ -416,7 +416,7 @@ jobs:
416416
417417
- name: Fetch artifacts
418418
if: ${{ !success() }}
419-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
419+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
420420
with:
421421
provision: 'false'
422422
cmd: |

.github/workflows/conformance-ipsec-e2e.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
binary-dir: ./
237237

238238
- name: Provision LVH VMs
239-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
239+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
240240
with:
241241
test-name: e2e-conformance
242242
image-version: ${{ matrix.kernel }}
@@ -256,7 +256,7 @@ jobs:
256256
done
257257
258258
- name: Run tests (${{ join(matrix.*, ', ') }})
259-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
259+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
260260
with:
261261
provision: 'false'
262262
cmd: |
@@ -322,7 +322,7 @@ jobs:
322322
323323
- name: Fetch artifacts
324324
if: ${{ !success() }}
325-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
325+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
326326
with:
327327
provision: 'false'
328328
cmd: |

.github/workflows/conformance-runtime.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
# Load Ginkgo build from GitHub
104104
- name: Load ginkgo runtime from GH cache
105-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
105+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
106106
id: cache
107107
with:
108108
path: /tmp/.ginkgo-build/
@@ -252,7 +252,7 @@ jobs:
252252
persist-credentials: false
253253

254254
- name: Provision LVH VMs
255-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
255+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
256256
with:
257257
test-name: runtime-tests
258258
install-dependencies: true
@@ -264,7 +264,7 @@ jobs:
264264

265265
# Load Ginkgo build from GitHub
266266
- name: Load ${{ matrix.name }} Ginkgo build from GitHub
267-
uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
267+
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
268268
id: cache
269269
with:
270270
path: /tmp/.ginkgo-build/
@@ -311,7 +311,7 @@ jobs:
311311
312312
- name: Setup runtime
313313
timeout-minutes: 10
314-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
314+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
315315
with:
316316
provision: 'false'
317317
cmd: |
@@ -365,7 +365,7 @@ jobs:
365365
- name: Runtime privileged tests
366366
if: ${{ matrix.focus == 'privileged' }}
367367
timeout-minutes: 30
368-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
368+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
369369
with:
370370
provision: 'false'
371371
cmd: |
@@ -381,7 +381,7 @@ jobs:
381381
# which is 'agent' and 'datapath' focus.
382382
if: ${{ !success() && (matrix.focus == 'agent' || matrix.focus == 'datapath') }}
383383
timeout-minutes: 10
384-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
384+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
385385
with:
386386
provision: 'false'
387387
cmd: |

.github/workflows/container-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build-args: |
4242
OPERATOR_VARIANT=${{ matrix.image.name }}
4343
- name: Scan image
44-
uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6
44+
uses: anchore/scan-action@896d5f410043987c8fe18f60d91bf199e436840c # v3.3.8
4545
with:
4646
image: ${{ matrix.image.name }}:${{ matrix.branch }}
4747
output-format: table

.github/workflows/external-contribution-labeler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Check author association
4343
if: ${{ steps.check_secret.outputs.is_CHECK_TEAM_ORG_APP_ID_set == 'true' }}
44-
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
44+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
4545
id: author_association
4646
# https://docs.github.com/en/rest/orgs/members?apiVersion=2022-11-28#check-organization-membership-for-a-user
4747
with:
@@ -64,7 +64,7 @@ jobs:
6464
echo author_association_from_api=${{ steps.author_association.outputs.result }}
6565
6666
- name: Set label
67-
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0
67+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6868
if: ${{ steps.check_secret.outputs.is_CHECK_TEAM_ORG_APP_ID_set == 'true' && steps.author_association.outputs.result != 'true' }}
6969
with:
7070
script: |

.github/workflows/lint-bpf-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
go-version: 1.20.11
107107
- name: Cache LLVM and Clang
108108
id: cache-llvm
109-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
109+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
110110
with:
111111
path: ${{ needs.set_clang_dir.outputs.clang_dir }}
112112
key: llvm-10.0
@@ -144,7 +144,7 @@ jobs:
144144
go-version: 1.20.11
145145
- name: Cache LLVM and Clang
146146
id: cache-llvm
147-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
147+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
148148
with:
149149
path: ${{ needs.set_clang_dir.outputs.clang_dir }}
150150
key: llvm-10.0

.github/workflows/lint-build-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Cache LLVM and Clang
3434
id: cache-llvm
35-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
35+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
3636
with:
3737
path: ${{ steps.set_clang_dir.outputs.clang_dir }}
3838
key: llvm-10.0

.github/workflows/lint-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
persist-credentials: false
4848
fetch-depth: 1
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
50+
uses: github/codeql-action/init@1500a131381b66de0c52ac28abb13cd79f4b7ecc # v2.22.12
5151
with:
5252
languages: go
5353
debug: true
5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
55+
uses: github/codeql-action/analyze@1500a131381b66de0c52ac28abb13cd79f4b7ecc # v2.22.12

.github/workflows/lint-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# Load Ginkgo build from GitHub
3030
- name: Load ginkgo linter from GH cache
31-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
31+
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
3232
id: cache
3333
with:
3434
path: /tmp/.ginkgo-build/

.github/workflows/tests-datapath-verifier.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
persist-credentials: false
9797

9898
- name: Provision LVH VMs
99-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
99+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
100100
with:
101101
test-name: datapath-bpf-complexity
102102
image: 'complexity-test'
@@ -110,7 +110,7 @@ jobs:
110110
uname -a
111111
112112
- name: Run verifier tests
113-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
113+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
114114
with:
115115
provision: 'false'
116116
cmd: |
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Fetch artifacts
122122
if: ${{ !success() }}
123-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
123+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
124124
with:
125125
provision: 'false'
126126
cmd: |

.github/workflows/tests-ipsec-upgrade.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
binary-dir: ./
187187

188188
- name: Provision LVH VMs
189-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
189+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
190190
with:
191191
test-name: ipsec-upgrade
192192
image-version: ${{ matrix.kernel }}
@@ -199,7 +199,7 @@ jobs:
199199
git config --global --add safe.directory /host
200200
201201
- name: Setup K8s cluster (${{ matrix.name }})
202-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
202+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
203203
with:
204204
provision: 'false'
205205
cmd: |
@@ -226,7 +226,7 @@ jobs:
226226
done
227227
228228
- name: Install Cilium ${{ env.cilium_stable_version }} (${{ matrix.name }})
229-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
229+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
230230
with:
231231
provision: 'false'
232232
cmd: |
@@ -240,7 +240,7 @@ jobs:
240240
kubectl -n kube-system exec daemonset/cilium -- cilium status
241241
242242
- name: Test Cilium ${{ env.cilium_stable_version }} (${{ matrix.name }})
243-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
243+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
244244
with:
245245
provision: 'false'
246246
cmd: |
@@ -296,7 +296,7 @@ jobs:
296296
297297
- name: Fetch artifacts
298298
if: ${{ !success() }}
299-
uses: cilium/little-vm-helper@908ab1ff8a596a03cd5221a1f8602dc44c3f906d # v0.0.12
299+
uses: cilium/little-vm-helper@8410a93e544b7e180a2365e5fdab0724a39bc02a # v0.0.13
300300
with:
301301
provision: 'false'
302302
cmd: |

0 commit comments

Comments
 (0)