From 041510b1d56d795770bcf4ae6deccd9bdf47b174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 06:59:27 +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/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-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 +++++----- 56 files changed, 158 insertions(+), 158 deletions(-) diff --git a/.github/workflows/build-images-base.yaml b/.github/workflows/build-images-base.yaml index dbc8b5b59d939..2069ae3a8f645 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 d9f01bb94ae85..d843a89be724c 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 @@ -85,7 +85,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 6ad0cd4417889..7923d10e3c993 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 @@ -91,7 +91,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 91454c1903842..bd777ec5b0e60 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 @@ -79,7 +79,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 11b12421501a2..568494db5a2f5 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 @@ -77,7 +77,7 @@ jobs: echo ::set-output name=tag::${GITHUB_REF##*/} - 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 2d16bea521a52..649af88bdf61b 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 5d062e2fef014..fa653dad363b9 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 1890c5ae2d4aa..5dd4acdd72bd7 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 7fd64cf1e9f2a..de13fd11eab3d 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 3763d5e8d1fee..53eea3df4eb07 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 056032c73637e..3b0544b992d0c 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 8ecb49736b150..50c939f0822ae 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 86ea062d295bf..6a6e72f0c4a8c 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 8c77dd52249c8..054a3e93412a9 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 88ee05a2edb40..6990f2b0f0d56 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 14accab516f6f..5be172decd056 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 @@ -207,7 +207,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 3fae59a75ffd0..1ce974f48d27c 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 4a7b5d80883e1..3670ed3e5516f 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 a43a66aff3655..8b8fec9d9db5e 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 5fc61bce5207b..aa328275789d0 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 6133474bc332f..1594b9e9f8e53 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 08ba31777fd52..f757d2aa6b335 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 3a1a0c22aebc2..93c382afe4427 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 e6dc45cf42531..81b5132168dce 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 00e43985626eb..eeabce87f8661 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 62e1b64c4512b..a46dc73155378 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 618725e7c3871..64c78d7c6a5b7 100644 --- a/.github/workflows/conformance-gateway-api.yaml +++ b/.github/workflows/conformance-gateway-api.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 ::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/conformance-gke-v1.10.yaml b/.github/workflows/conformance-gke-v1.10.yaml index 0cdd29df343a7..c1b99f5c41587 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 60dc21c316210..0346fc27494f2 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 19a0b74bb1db1..9fa6228452fd6 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 55307c3fab88b..637620fc6d855 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 3bdc1eb85867b..92afe02c4c9c5 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 95f04ff0c6ff6..581bf58841bee 100644 --- a/.github/workflows/conformance-ingress-shared.yaml +++ b/.github/workflows/conformance-ingress-shared.yaml @@ -30,7 +30,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 @@ -56,7 +56,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 @@ -78,7 +78,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 a45feb34b6b4b..69e622104397b 100644 --- a/.github/workflows/conformance-ingress.yaml +++ b/.github/workflows/conformance-ingress.yaml @@ -30,7 +30,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 @@ -56,7 +56,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 @@ -78,7 +78,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 b4c2dd41bb863..fd5f2d2afc28e 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 674938084e0a0..e77469a5fffd1 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 04a647d6f01d8..f87f41558f455 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 b0d96ef4de192..a6d3fac5fc98f 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 4f7b509bbb7fe..020ede3021915 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 e16596de41732..1d68d7448314b 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 c38f9f59fc169..430f6869b2143 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/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 69409fd55f2c1..a0f97b9a67cc5 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 9237ca2c146b0..56bf9b17c709b 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 9c21695fce444..605eac060e0ec 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 b69900072a4fa..0eab2675b83f2 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -23,7 +23,7 @@ jobs: with: go-version: 1.19.4 - 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.4 - 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.4 - 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.4 - 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.4 - 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-l4lb-v1.10.yaml b/.github/workflows/tests-l4lb-v1.10.yaml index 7ffde5c606327..e073f70ff6104 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 72a468c59f16f..53252bc7a42e3 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 33bc66ed7d6ee..73c35e1af3176 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 d13ad31a13306..9d747070770fe 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 69a1494613fe1..536d541820f08 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 12799e20011e6..a6c2854fae126 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 0e778eed4da9d..249237f798a6d 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