From 1f24885ca157eecd5c66119897cf3252a3363352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:58:36 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...8e5e7e5ab8b370d6c329ec480221332ada57f0ab) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-images-base.yaml | 4 ++-- .github/workflows/build-images-beta.yaml | 4 ++-- .github/workflows/build-images-ci.yaml | 4 ++-- .github/workflows/build-images-hotfixes.yaml | 4 ++-- .github/workflows/build-images-releases.yaml | 4 ++-- .github/workflows/ci-images-garbage-collect.yaml | 2 +- .github/workflows/conformance-aks-v1.10.yaml | 4 ++-- .github/workflows/conformance-aks-v1.11.yaml | 6 +++--- .github/workflows/conformance-aks-v1.12.yaml | 6 +++--- .github/workflows/conformance-aks-v1.13.yaml | 6 +++--- .github/workflows/conformance-aks.yaml | 6 +++--- .github/workflows/conformance-aws-cni-v1.10.yaml | 6 +++--- .github/workflows/conformance-aws-cni-v1.11.yaml | 6 +++--- .github/workflows/conformance-aws-cni-v1.12.yaml | 6 +++--- .github/workflows/conformance-aws-cni-v1.13.yaml | 6 +++--- .github/workflows/conformance-aws-cni.yaml | 6 +++--- .github/workflows/conformance-datapath.yaml | 4 ++-- .github/workflows/conformance-eks-v1.10.yaml | 4 ++-- .github/workflows/conformance-eks-v1.11.yaml | 6 +++--- .github/workflows/conformance-eks-v1.12.yaml | 6 +++--- .github/workflows/conformance-eks-v1.13.yaml | 6 +++--- .github/workflows/conformance-eks.yaml | 6 +++--- .../workflows/conformance-externalworkloads-v1.10.yaml | 6 +++--- .../workflows/conformance-externalworkloads-v1.11.yaml | 6 +++--- .../workflows/conformance-externalworkloads-v1.12.yaml | 6 +++--- .../workflows/conformance-externalworkloads-v1.13.yaml | 6 +++--- .github/workflows/conformance-externalworkloads.yaml | 6 +++--- .github/workflows/conformance-gateway-api.yaml | 4 ++-- .github/workflows/conformance-gke-v1.10.yaml | 6 +++--- .github/workflows/conformance-gke-v1.11.yaml | 6 +++--- .github/workflows/conformance-gke-v1.12.yaml | 6 +++--- .github/workflows/conformance-gke-v1.13.yaml | 6 +++--- .github/workflows/conformance-gke.yaml | 6 +++--- .github/workflows/conformance-ingress-shared.yaml | 6 +++--- .github/workflows/conformance-ingress.yaml | 6 +++--- .../workflows/conformance-k8s-network-policies.yaml | 6 +++--- .github/workflows/conformance-kind.yaml | 4 ++-- .github/workflows/conformance-multicluster-v1.10.yaml | 6 +++--- .github/workflows/conformance-multicluster-v1.11.yaml | 6 +++--- .github/workflows/conformance-multicluster-v1.12.yaml | 6 +++--- .github/workflows/conformance-multicluster-v1.13.yaml | 6 +++--- .github/workflows/conformance-multicluster.yaml | 6 +++--- .github/workflows/documentation.yaml | 4 ++-- .github/workflows/integration-test.yaml | 4 ++-- .github/workflows/lint-bpf-checks.yaml | 10 +++++----- .github/workflows/lint-build-commits.yaml | 2 +- .github/workflows/lint-codeowners.yaml | 2 +- .github/workflows/lint-codeql.yaml | 2 +- .github/workflows/lint-go.yaml | 10 +++++----- .github/workflows/lint-images-base.yaml | 2 +- .github/workflows/tests-datapath-verifier.yaml | 4 ++-- .github/workflows/tests-l4lb-v1.10.yaml | 8 ++++---- .github/workflows/tests-l4lb-v1.11.yaml | 8 ++++---- .github/workflows/tests-l4lb-v1.12.yaml | 8 ++++---- .github/workflows/tests-l4lb-v1.13.yaml | 8 ++++---- .github/workflows/tests-l4lb.yaml | 8 ++++---- .github/workflows/tests-smoke-ipv6.yaml | 6 +++--- .github/workflows/tests-smoke.yaml | 10 +++++----- 58 files changed, 162 insertions(+), 162 deletions(-) diff --git a/.github/workflows/build-images-base.yaml b/.github/workflows/build-images-base.yaml index 1f9a395e65ded..d5b9e1e6be3be 100644 --- a/.github/workflows/build-images-base.yaml +++ b/.github/workflows/build-images-base.yaml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -47,7 +47,7 @@ jobs: uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/build-images-beta.yaml b/.github/workflows/build-images-beta.yaml index 19006f3852af8..1b8959b17b7f8 100644 --- a/.github/workflows/build-images-beta.yaml +++ b/.github/workflows/build-images-beta.yaml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -86,7 +86,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 89701d1d9f4c1..0f4afe3ac2347 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -92,7 +92,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false ref: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/build-images-hotfixes.yaml b/.github/workflows/build-images-hotfixes.yaml index d0c9bb9333185..7733b2cd9b42a 100644 --- a/.github/workflows/build-images-hotfixes.yaml +++ b/.github/workflows/build-images-hotfixes.yaml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -80,7 +80,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/build-images-releases.yaml b/.github/workflows/build-images-releases.yaml index 6a223a5eefb62..f1f3418c0370d 100644 --- a/.github/workflows/build-images-releases.yaml +++ b/.github/workflows/build-images-releases.yaml @@ -48,7 +48,7 @@ jobs: steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -78,7 +78,7 @@ jobs: echo tag=${GITHUB_REF##*/} >> $GITHUB_OUTPUT - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/ci-images-garbage-collect.yaml b/.github/workflows/ci-images-garbage-collect.yaml index 3ae1c98e5f67d..09263b9c39768 100644 --- a/.github/workflows/ci-images-garbage-collect.yaml +++ b/.github/workflows/ci-images-garbage-collect.yaml @@ -12,7 +12,7 @@ jobs: name: scruffy runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: fetch-depth: 0 - uses: docker://quay.io/cilium/scruffy:v0.0.2@sha256:6492638de03f4afd05ccb487f995766ebc8f2cddf034ee211107b3b4a0cf7aa7 diff --git a/.github/workflows/conformance-aks-v1.10.yaml b/.github/workflows/conformance-aks-v1.10.yaml index 999ca8f07cf5d..3050865f5d7a1 100644 --- a/.github/workflows/conformance-aks-v1.10.yaml +++ b/.github/workflows/conformance-aks-v1.10.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false diff --git a/.github/workflows/conformance-aks-v1.11.yaml b/.github/workflows/conformance-aks-v1.11.yaml index 654b57109638f..88b8db471f0f1 100644 --- a/.github/workflows/conformance-aks-v1.11.yaml +++ b/.github/workflows/conformance-aks-v1.11.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -241,7 +241,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aks-v1.12.yaml b/.github/workflows/conformance-aks-v1.12.yaml index a1787bce1dbe4..5427ac762efcc 100644 --- a/.github/workflows/conformance-aks-v1.12.yaml +++ b/.github/workflows/conformance-aks-v1.12.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -243,7 +243,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aks-v1.13.yaml b/.github/workflows/conformance-aks-v1.13.yaml index 1e8b13f742c82..5dc669c21b9d5 100644 --- a/.github/workflows/conformance-aks-v1.13.yaml +++ b/.github/workflows/conformance-aks-v1.13.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -243,7 +243,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aks.yaml b/.github/workflows/conformance-aks.yaml index 2d1783244f149..61c5ee3cf5283 100644 --- a/.github/workflows/conformance-aks.yaml +++ b/.github/workflows/conformance-aks.yaml @@ -90,7 +90,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -126,7 +126,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -244,7 +244,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.10.yaml b/.github/workflows/conformance-aws-cni-v1.10.yaml index dd7f8e9da1ece..0b8497ef853f1 100644 --- a/.github/workflows/conformance-aws-cni-v1.10.yaml +++ b/.github/workflows/conformance-aws-cni-v1.10.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -242,7 +242,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.11.yaml b/.github/workflows/conformance-aws-cni-v1.11.yaml index c504dbf624810..5c11313dd27a1 100644 --- a/.github/workflows/conformance-aws-cni-v1.11.yaml +++ b/.github/workflows/conformance-aws-cni-v1.11.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -269,7 +269,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.12.yaml b/.github/workflows/conformance-aws-cni-v1.12.yaml index ae48ab8c833c3..c8e8881218b25 100644 --- a/.github/workflows/conformance-aws-cni-v1.12.yaml +++ b/.github/workflows/conformance-aws-cni-v1.12.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -269,7 +269,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.13.yaml b/.github/workflows/conformance-aws-cni-v1.13.yaml index 53cef2d7a2fca..445884bbeafd0 100644 --- a/.github/workflows/conformance-aws-cni-v1.13.yaml +++ b/.github/workflows/conformance-aws-cni-v1.13.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -269,7 +269,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni.yaml b/.github/workflows/conformance-aws-cni.yaml index fc5ae1663dda2..07273ba700333 100644 --- a/.github/workflows/conformance-aws-cni.yaml +++ b/.github/workflows/conformance-aws-cni.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -270,7 +270,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-datapath.yaml b/.github/workflows/conformance-datapath.yaml index b7e1178a22948..91fc67e71e171 100644 --- a/.github/workflows/conformance-datapath.yaml +++ b/.github/workflows/conformance-datapath.yaml @@ -84,7 +84,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -259,7 +259,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.10.yaml b/.github/workflows/conformance-eks-v1.10.yaml index 14563e6d81e44..1ca9ddd44f22f 100644 --- a/.github/workflows/conformance-eks-v1.10.yaml +++ b/.github/workflows/conformance-eks-v1.10.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.11.yaml b/.github/workflows/conformance-eks-v1.11.yaml index ca13c9ab0db4a..2ae4288dca641 100644 --- a/.github/workflows/conformance-eks-v1.11.yaml +++ b/.github/workflows/conformance-eks-v1.11.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -260,7 +260,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.12.yaml b/.github/workflows/conformance-eks-v1.12.yaml index 384e25fc684a4..4e1de70a38ab7 100644 --- a/.github/workflows/conformance-eks-v1.12.yaml +++ b/.github/workflows/conformance-eks-v1.12.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -260,7 +260,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.13.yaml b/.github/workflows/conformance-eks-v1.13.yaml index 01beaf376a1d6..f02a6c0e8587d 100644 --- a/.github/workflows/conformance-eks-v1.13.yaml +++ b/.github/workflows/conformance-eks-v1.13.yaml @@ -87,7 +87,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -123,7 +123,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -260,7 +260,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks.yaml b/.github/workflows/conformance-eks.yaml index ed7a623b31103..840f1516fac09 100644 --- a/.github/workflows/conformance-eks.yaml +++ b/.github/workflows/conformance-eks.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -261,7 +261,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.10.yaml b/.github/workflows/conformance-externalworkloads-v1.10.yaml index 003d0fd2fa18a..7492332302043 100644 --- a/.github/workflows/conformance-externalworkloads-v1.10.yaml +++ b/.github/workflows/conformance-externalworkloads-v1.10.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -180,7 +180,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.11.yaml b/.github/workflows/conformance-externalworkloads-v1.11.yaml index 09c3a99f2d1dc..1d59140733fef 100644 --- a/.github/workflows/conformance-externalworkloads-v1.11.yaml +++ b/.github/workflows/conformance-externalworkloads-v1.11.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -191,7 +191,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.12.yaml b/.github/workflows/conformance-externalworkloads-v1.12.yaml index 81161999efef9..406df5353aaf4 100644 --- a/.github/workflows/conformance-externalworkloads-v1.12.yaml +++ b/.github/workflows/conformance-externalworkloads-v1.12.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -191,7 +191,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.13.yaml b/.github/workflows/conformance-externalworkloads-v1.13.yaml index 0eff863be79d0..b37abd9562d3f 100644 --- a/.github/workflows/conformance-externalworkloads-v1.13.yaml +++ b/.github/workflows/conformance-externalworkloads-v1.13.yaml @@ -88,7 +88,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -124,7 +124,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -191,7 +191,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads.yaml b/.github/workflows/conformance-externalworkloads.yaml index 82ed48688d7ef..0615dc91bdcce 100644 --- a/.github/workflows/conformance-externalworkloads.yaml +++ b/.github/workflows/conformance-externalworkloads.yaml @@ -90,7 +90,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -126,7 +126,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -193,7 +193,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gateway-api.yaml b/.github/workflows/conformance-gateway-api.yaml index cdbfbbab18767..167871d4e8e40 100644 --- a/.github/workflows/conformance-gateway-api.yaml +++ b/.github/workflows/conformance-gateway-api.yaml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -58,7 +58,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.10.yaml b/.github/workflows/conformance-gke-v1.10.yaml index 5fcea8b6a9d21..d42c1dc5066a5 100644 --- a/.github/workflows/conformance-gke-v1.10.yaml +++ b/.github/workflows/conformance-gke-v1.10.yaml @@ -86,7 +86,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -122,7 +122,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -174,7 +174,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.11.yaml b/.github/workflows/conformance-gke-v1.11.yaml index 324cc78381880..eddd7bac9adc2 100644 --- a/.github/workflows/conformance-gke-v1.11.yaml +++ b/.github/workflows/conformance-gke-v1.11.yaml @@ -86,7 +86,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -122,7 +122,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -185,7 +185,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.12.yaml b/.github/workflows/conformance-gke-v1.12.yaml index 58bb2a20f8779..2e595bab6cc29 100644 --- a/.github/workflows/conformance-gke-v1.12.yaml +++ b/.github/workflows/conformance-gke-v1.12.yaml @@ -86,7 +86,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -122,7 +122,7 @@ jobs: timeout-minutes: 75 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -185,7 +185,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.13.yaml b/.github/workflows/conformance-gke-v1.13.yaml index 3d8bc6c4e1b53..ff842987db6c2 100644 --- a/.github/workflows/conformance-gke-v1.13.yaml +++ b/.github/workflows/conformance-gke-v1.13.yaml @@ -86,7 +86,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -122,7 +122,7 @@ jobs: timeout-minutes: 75 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -186,7 +186,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 4a354aa661cff..1d9f1fe6fd04b 100644 --- a/.github/workflows/conformance-gke.yaml +++ b/.github/workflows/conformance-gke.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 75 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -189,7 +189,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-ingress-shared.yaml b/.github/workflows/conformance-ingress-shared.yaml index e583f0ebbeb2c..de04a6e20bf77 100644 --- a/.github/workflows/conformance-ingress-shared.yaml +++ b/.github/workflows/conformance-ingress-shared.yaml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -57,7 +57,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -81,7 +81,7 @@ jobs: ECHO_SERVER_IMAGE: k8s.gcr.io/ingressconformance/echoserver:v0.0.1@sha256:9b34b17f391f87fb2155f01da2f2f90b7a4a5c1110ed84cb5379faa4f570dc52 - name: Checkout ingress-controller-conformance - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: # Use the forked repo with retry mechanism # Please refer to https://github.com/sayboras/ingress-controller-conformance/pull/2 for more details. diff --git a/.github/workflows/conformance-ingress.yaml b/.github/workflows/conformance-ingress.yaml index 5bde72785a781..4bacd64d418c6 100644 --- a/.github/workflows/conformance-ingress.yaml +++ b/.github/workflows/conformance-ingress.yaml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -57,7 +57,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -81,7 +81,7 @@ jobs: ECHO_SERVER_IMAGE: k8s.gcr.io/ingressconformance/echoserver:v0.0.1@sha256:9b34b17f391f87fb2155f01da2f2f90b7a4a5c1110ed84cb5379faa4f570dc52 - name: Checkout ingress-controller-conformance - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: repository: kubernetes-sigs/ingress-controller-conformance path: ingress-controller-conformance diff --git a/.github/workflows/conformance-k8s-network-policies.yaml b/.github/workflows/conformance-k8s-network-policies.yaml index b8914b4bb6a2b..c33024d09049d 100644 --- a/.github/workflows/conformance-k8s-network-policies.yaml +++ b/.github/workflows/conformance-k8s-network-policies.yaml @@ -19,7 +19,7 @@ jobs: preflight-clusterrole: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Check pre-flight clusterrole @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -45,7 +45,7 @@ jobs: uses: ./.github/actions/set-env-variables - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/conformance-kind.yaml b/.github/workflows/conformance-kind.yaml index 6af7be87e01fa..2e288a4363451 100644 --- a/.github/workflows/conformance-kind.yaml +++ b/.github/workflows/conformance-kind.yaml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -86,7 +86,7 @@ jobs: cilium version - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.10.yaml b/.github/workflows/conformance-multicluster-v1.10.yaml index 467a2afbc0456..1e254943b5f3c 100644 --- a/.github/workflows/conformance-multicluster-v1.10.yaml +++ b/.github/workflows/conformance-multicluster-v1.10.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 30 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -177,7 +177,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.11.yaml b/.github/workflows/conformance-multicluster-v1.11.yaml index 78529b7eabe41..6bf00543447b9 100644 --- a/.github/workflows/conformance-multicluster-v1.11.yaml +++ b/.github/workflows/conformance-multicluster-v1.11.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -189,7 +189,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.12.yaml b/.github/workflows/conformance-multicluster-v1.12.yaml index 4c6e305ef391e..6776c7bb08ef7 100644 --- a/.github/workflows/conformance-multicluster-v1.12.yaml +++ b/.github/workflows/conformance-multicluster-v1.12.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -189,7 +189,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.13.yaml b/.github/workflows/conformance-multicluster-v1.13.yaml index d3d08e942281f..d808f5bea0bd0 100644 --- a/.github/workflows/conformance-multicluster-v1.13.yaml +++ b/.github/workflows/conformance-multicluster-v1.13.yaml @@ -89,7 +89,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -125,7 +125,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -189,7 +189,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster.yaml b/.github/workflows/conformance-multicluster.yaml index 6fb1a5d9787ae..7dc3b8319037e 100644 --- a/.github/workflows/conformance-multicluster.yaml +++ b/.github/workflows/conformance-multicluster.yaml @@ -91,7 +91,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -127,7 +127,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -191,7 +191,7 @@ jobs: # Checkout source code to install Cilium using local Helm chart. - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 9a6708025e42a..389eb874525fd 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout code if: ${{ !github.event.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Check code changes @@ -53,7 +53,7 @@ jobs: name: Validate & Build HTML runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Run pre-requisites for validation diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index f4c821719d2d4..647025f9a36c8 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -43,7 +43,7 @@ jobs: echo ::set-output name=sha::${SHA} - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 2af1f890fb709..fbf2a032a025c 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code if: ${{ !github.event.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Check code changes @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false fetch-depth: 0 @@ -63,7 +63,7 @@ jobs: name: coccicheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - uses: docker://cilium/coccicheck:2.3@sha256:56c7445e3d0cc37de49750f5dfd154786082c4be6bc17683c231c0445862233a @@ -98,7 +98,7 @@ jobs: directory: $HOME/.clang cached: ${{ steps.cache-llvm.outputs.cache-hit }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false fetch-depth: 0 @@ -135,7 +135,7 @@ jobs: directory: $HOME/.clang cached: ${{ steps.cache-llvm.outputs.cache-hit }} - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index d49d9d5fafc7f..2c1cc1d2e8031 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -49,7 +49,7 @@ jobs: go install github.com/onsi/ginkgo/ginkgo@cc0216944b25a88d3259699a029d4e601fb8a222 # v1.12.1 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/lint-codeowners.yaml b/.github/workflows/lint-codeowners.yaml index 0f59acc66f701..ef37fcbd6f52c 100644 --- a/.github/workflows/lint-codeowners.yaml +++ b/.github/workflows/lint-codeowners.yaml @@ -41,7 +41,7 @@ jobs: name: Check CODEOWNERS consistency runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false # Hard-code the path instead of using ${{ github.repository }} diff --git a/.github/workflows/lint-codeql.yaml b/.github/workflows/lint-codeql.yaml index 2d1dbdd16458e..400899b073ac7 100644 --- a/.github/workflows/lint-codeql.yaml +++ b/.github/workflows/lint-codeql.yaml @@ -41,7 +41,7 @@ jobs: security-events: write steps: - name: Checkout repo - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index ae16fcff25c9c..73d42f7f3edf7 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -23,7 +23,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Check module vendoring @@ -41,7 +41,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Run golangci-lint @@ -58,7 +58,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false # hard-code the path instead of using ${{ github.repository }} to make sure it works for forked repo as well @@ -76,7 +76,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false # hard-code the path instead of using ${{ github.repository }} to make sure it works for forked repo as well @@ -94,7 +94,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false # hard-code the path instead of using ${{ github.repository }} to make sure it works for forked repo as well diff --git a/.github/workflows/lint-images-base.yaml b/.github/workflows/lint-images-base.yaml index ff83eae928c96..fa119f8368c59 100644 --- a/.github/workflows/lint-images-base.yaml +++ b/.github/workflows/lint-images-base.yaml @@ -23,7 +23,7 @@ jobs: name: Lint image build logic runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/tests-datapath-verifier.yaml b/.github/workflows/tests-datapath-verifier.yaml index 14b596023250a..1e6c08854e51d 100644 --- a/.github/workflows/tests-datapath-verifier.yaml +++ b/.github/workflows/tests-datapath-verifier.yaml @@ -84,7 +84,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -155,7 +155,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout pull request - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.10.yaml b/.github/workflows/tests-l4lb-v1.10.yaml index 57ead09d1e72e..457c86d4f1a17 100644 --- a/.github/workflows/tests-l4lb-v1.10.yaml +++ b/.github/workflows/tests-l4lb-v1.10.yaml @@ -82,7 +82,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -126,7 +126,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -159,14 +159,14 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout upstream for test files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: # This is intentionally set to stable branch to avoid using test.sh from pull requests. ref: v1.10 persist-credentials: false - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.11.yaml b/.github/workflows/tests-l4lb-v1.11.yaml index be62857e25a52..8bbbcd6cd2c06 100644 --- a/.github/workflows/tests-l4lb-v1.11.yaml +++ b/.github/workflows/tests-l4lb-v1.11.yaml @@ -82,7 +82,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -126,7 +126,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -167,14 +167,14 @@ jobs: cilium version - name: Checkout upstream for test files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: # This is intentionally set to stable branch to avoid using test.sh from pull requests. ref: v1.11 persist-credentials: false - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.12.yaml b/.github/workflows/tests-l4lb-v1.12.yaml index 93cbd4499e129..b0f458a3caf64 100644 --- a/.github/workflows/tests-l4lb-v1.12.yaml +++ b/.github/workflows/tests-l4lb-v1.12.yaml @@ -82,7 +82,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -126,7 +126,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -167,14 +167,14 @@ jobs: cilium version - name: Checkout upstream for test files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: # This is intentionally set to stable branch to avoid using test.sh from pull requests. ref: v1.12 persist-credentials: false - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.13.yaml b/.github/workflows/tests-l4lb-v1.13.yaml index e97dfd064b8b0..7e0f5bfdf7e05 100644 --- a/.github/workflows/tests-l4lb-v1.13.yaml +++ b/.github/workflows/tests-l4lb-v1.13.yaml @@ -82,7 +82,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -126,7 +126,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -167,14 +167,14 @@ jobs: cilium version - name: Checkout upstream for test files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: # This is intentionally set to stable branch to avoid using test.sh from pull requests. ref: v1.13 persist-credentials: false - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb.yaml b/.github/workflows/tests-l4lb.yaml index a5b793c34937d..1fd769daee07c 100644 --- a/.github/workflows/tests-l4lb.yaml +++ b/.github/workflows/tests-l4lb.yaml @@ -85,7 +85,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Retrieve pull request's base and head @@ -129,7 +129,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -170,14 +170,14 @@ jobs: cilium version - name: Checkout upstream for test files - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: # This is intentionally set to stable branch to avoid using test.sh from pull requests. ref: master persist-credentials: false - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-smoke-ipv6.yaml b/.github/workflows/tests-smoke-ipv6.yaml index 20f0eecb88204..9f040bc9e8ce2 100644 --- a/.github/workflows/tests-smoke-ipv6.yaml +++ b/.github/workflows/tests-smoke-ipv6.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code if: ${{ !github.event.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Check code changes @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -60,7 +60,7 @@ jobs: uses: ./.github/actions/set-env-variables - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false diff --git a/.github/workflows/tests-smoke.yaml b/.github/workflows/tests-smoke.yaml index b2179ede34ead..26668575b1a46 100644 --- a/.github/workflows/tests-smoke.yaml +++ b/.github/workflows/tests-smoke.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code if: ${{ !github.event.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false - name: Check code changes @@ -49,7 +49,7 @@ jobs: preflight-clusterrole: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -83,7 +83,7 @@ jobs: uses: ./.github/actions/set-env-variables - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab with: persist-credentials: false