From 50308bd35336b97469579ea91a66b44a570f6c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 20:57:56 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 3.5.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.0. - [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...8f4b7f84864484a7bf31766abe9204da3cbe65b3) --- 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..8afe84f63609e 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..efe59a94c39df 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 89701d1d9f4c1..1b60c8d58a988 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..f77e72279425d 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/build-images-releases.yaml b/.github/workflows/build-images-releases.yaml index 6a223a5eefb62..c4aa39a5ec71d 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/ci-images-garbage-collect.yaml b/.github/workflows/ci-images-garbage-collect.yaml index 3ae1c98e5f67d..b05105773ff13 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..e0a77231a1a56 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..8b3d212294fec 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..9e40e7a3332d8 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..082f00d132ee0 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..6fa65bc9f14aa 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..2563a95e90a71 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..adf4654ddb4bb 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..4c9bf713cd420 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..81eec1b3a6cbe 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..5072d15385158 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..730785fdd44fe 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..8f46032368ec9 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..a1ec3fecc3263 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..d1742b8e7a6fd 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..1a4a6ee9ed1c5 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..df21fa2018db9 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..a0b7dbde5374c 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.11.yaml b/.github/workflows/conformance-externalworkloads-v1.11.yaml index 09c3a99f2d1dc..d4ceffd714e6d 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..04f8e75220a48 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..f14857adc6010 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..eb725936657cb 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..f85822e58a53a 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..58d0e0ad231e3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..6189c0a900ea8 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..8a0b44c6e9af5 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..f2826f00fccf1 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..76edf604a5b06 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..99950f42b2099 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..ed284c1f52983 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..3d82f71e326f3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/conformance-kind.yaml b/.github/workflows/conformance-kind.yaml index 6af7be87e01fa..76a3a56f41cc6 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..6d09d988302b0 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..a34979381b087 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..336968a9c0279 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..9606994f0b98e 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..6e6fa895b8d79 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 9a6708025e42a..6d55fef824122 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..c5bcb1ec0d6a7 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..c3b75871f4069 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..4df074bf4588f 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..dc8753777ae24 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..3b92a2b6c1333 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index ae16fcff25c9c..9db8ec6d1dff8 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..c76606bc753bc 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/tests-datapath-verifier.yaml b/.github/workflows/tests-datapath-verifier.yaml index 14b596023250a..f4f281768a0aa 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..1236c0739f372 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..cc27777ec3fb3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..ffadbf3e5d6f1 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..e093c9c48cc6d 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..5dfaab720a72a 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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..b5c5b725ca645 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false diff --git a/.github/workflows/tests-smoke.yaml b/.github/workflows/tests-smoke.yaml index b2179ede34ead..c2f9424ae9003 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 with: persist-credentials: false