From 69ac079d10ad04227bb383ee526c9421681c7acc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:07:20 +0000 Subject: [PATCH] chore(deps): pin cilium/cilium action to 0f7ddbf Signed-off-by: renovate[bot] --- .github/workflows/kind.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/kind.yaml b/.github/workflows/kind.yaml index c9e52b684c..f467dc24a9 100644 --- a/.github/workflows/kind.yaml +++ b/.github/workflows/kind.yaml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 50 steps: - name: Cleanup Disk space in runner - uses: cilium/cilium/.github/actions/disk-cleanup@main + uses: cilium/cilium/.github/actions/disk-cleanup@0f7ddbfefa4ea22fd3e013775837826b8870b3f8 # main - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -180,7 +180,7 @@ jobs: steps: - name: Cleanup Disk space in runner - uses: cilium/cilium/.github/actions/disk-cleanup@main + uses: cilium/cilium/.github/actions/disk-cleanup@0f7ddbfefa4ea22fd3e013775837826b8870b3f8 # main - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 914a1c5e86..56a51017ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Cleanup Disk space in runner - uses: cilium/cilium/.github/actions/disk-cleanup@main + uses: cilium/cilium/.github/actions/disk-cleanup@0f7ddbfefa4ea22fd3e013775837826b8870b3f8 # main - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2