Skip to content

Commit 009d137

Browse files
committed
pin GH action
Signed-off-by: André Martins <[email protected]>
1 parent 27e3cfc commit 009d137

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ jobs:
286286
--flush-ct
287287
288288
- name: Rotate IPsec Key & Test (${{ join(matrix.*, ', ') }})
289+
# renovate: branchName=v1.14
289290
uses: cilium/cilium/.github/actions/conn-disrupt-test@d42be92482e5568f5899626b95df369b39d03276
290291
with:
291292
job-name: conformance-ipsec-e2e-key-rotation-${{ matrix.name }}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ jobs:
259259
./cilium-cli connectivity test --include-conn-disrupt-test --conn-disrupt-test-setup
260260
261261
- name: Upgrade Cilium & Test (${{ matrix.name }})
262+
# renovate: branchName=v1.14
262263
uses: cilium/cilium/.github/actions/conn-disrupt-test@d42be92482e5568f5899626b95df369b39d03276
263264
with:
264265
job-name: ipsec-upgrade-${{ matrix.name }}
@@ -276,6 +277,7 @@ jobs:
276277
kubectl -n kube-system exec daemonset/cilium -- cilium status
277278
278279
- name: Downgrade Cilium to ${{ env.cilium_stable_version }} & Test (${{ matrix.name }})
280+
# renovate: branchName=v1.14
279281
uses: cilium/cilium/.github/actions/conn-disrupt-test@d42be92482e5568f5899626b95df369b39d03276
280282
with:
281283
job-name: ipsec-downgrade-${{ matrix.name }}

0 commit comments

Comments
 (0)