diff --git a/.github/workflows/build-images-base.yaml b/.github/workflows/build-images-base.yaml index dbc8b5b59d93..2069ae3a8f64 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 d9f01bb94ae8..d843a89be724 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 6ad0cd441788..7923d10e3c99 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 91454c190384..bd777ec5b0e6 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 11b12421501a..568494db5a2f 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 3ae1c98e5f67..b05105773ff1 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 2d16bea521a5..649af88bdf61 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 5d062e2fef01..fa653dad363b 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 1890c5ae2d4a..5dd4acdd72bd 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 7fd64cf1e9f2..de13fd11eab3 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 3763d5e8d1fe..53eea3df4eb0 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 056032c73637..3b0544b992d0 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 8ecb49736b15..50c939f0822a 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 86ea062d295b..6a6e72f0c4a8 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 8c77dd52249c..054a3e93412a 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 88ee05a2edb4..6990f2b0f0d5 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 14accab516f6..5be172decd05 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 3fae59a75ffd..1ce974f48d27 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 4a7b5d80883e..3670ed3e5516 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 a43a66aff365..8b8fec9d9db5 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 5fc61bce5207..aa328275789d 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 6133474bc332..1594b9e9f8e5 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 08ba31777fd5..f757d2aa6b33 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 3a1a0c22aebc..93c382afe442 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 e6dc45cf4253..81b5132168dc 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 00e43985626e..eeabce87f866 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 62e1b64c4512..a46dc7315537 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 618725e7c387..64c78d7c6a5b 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 0cdd29df343a..c1b99f5c4158 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 60dc21c31621..0346fc27494f 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 19a0b74bb1db..9fa6228452fd 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 55307c3fab88..637620fc6d85 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 3bdc1eb85867..92afe02c4c9c 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 95f04ff0c6ff..581bf58841be 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 a45feb34b6b4..69e622104397 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 b4c2dd41bb86..fd5f2d2afc28 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 674938084e0a..e77469a5fffd 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 04a647d6f01d..f87f41558f45 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 b0d96ef4de19..a6d3fac5fc98 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 4f7b509bbb7f..020ede302191 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 e16596de4173..1d68d7448314 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 c38f9f59fc16..430f6869b214 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 9a6708025e42..6d55fef82412 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 69409fd55f2c..a0f97b9a67cc 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 9237ca2c146b..56bf9b17c709 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 0f59acc66f70..dc8753777ae2 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 9c21695fce44..605eac060e0e 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 b69900072a4f..0eab2675b83f 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 ff83eae928c9..c76606bc753b 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 7ffde5c60632..e073f70ff610 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 72a468c59f16..53252bc7a42e 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 33bc66ed7d6e..73c35e1af317 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 d13ad31a1330..9d747070770f 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 69a1494613fe..536d541820f0 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 12799e20011e..a6c2854fae12 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 0e778eed4da9..249237f798a6 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