diff --git a/.github/workflows/build-images-base.yaml b/.github/workflows/build-images-base.yaml index 1f9a395e65ded..79e9d1332f0ef 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/build-images-beta.yaml b/.github/workflows/build-images-beta.yaml index 19006f3852af8..6d1ffecd08c7b 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -86,7 +86,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 89701d1d9f4c1..35de2818e15a9 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -92,7 +92,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false ref: ${{ steps.tag.outputs.tag }} diff --git a/.github/workflows/build-images-hotfixes.yaml b/.github/workflows/build-images-hotfixes.yaml index d0c9bb9333185..4302c601219e1 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -80,7 +80,7 @@ jobs: fi - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/build-images-releases.yaml b/.github/workflows/build-images-releases.yaml index 6a223a5eefb62..ba94d8130007e 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -78,7 +78,7 @@ jobs: echo tag=${GITHUB_REF##*/} >> $GITHUB_OUTPUT - name: Checkout Source Code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/ci-images-garbage-collect.yaml b/.github/workflows/ci-images-garbage-collect.yaml index 3ae1c98e5f67d..3b6e259be46d0 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: fetch-depth: 0 - uses: docker://quay.io/cilium/scruffy:v0.0.2@sha256:6492638de03f4afd05ccb487f995766ebc8f2cddf034ee211107b3b4a0cf7aa7 diff --git a/.github/workflows/conformance-aks-v1.10.yaml b/.github/workflows/conformance-aks-v1.10.yaml index 999ca8f07cf5d..0605be50880e0 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false diff --git a/.github/workflows/conformance-aks-v1.11.yaml b/.github/workflows/conformance-aks-v1.11.yaml index 654b57109638f..4f64720de7e26 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aks-v1.12.yaml b/.github/workflows/conformance-aks-v1.12.yaml index a1787bce1dbe4..ce838bc03d853 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aks-v1.13.yaml b/.github/workflows/conformance-aks-v1.13.yaml index 1e8b13f742c82..c1c63fd0ffb12 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aks.yaml b/.github/workflows/conformance-aks.yaml index 2d1783244f149..ccb913defd3f1 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.10.yaml b/.github/workflows/conformance-aws-cni-v1.10.yaml index dd7f8e9da1ece..169eb76090e50 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.11.yaml b/.github/workflows/conformance-aws-cni-v1.11.yaml index c504dbf624810..8fff54b310d6e 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.12.yaml b/.github/workflows/conformance-aws-cni-v1.12.yaml index ae48ab8c833c3..303b6472bd28b 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni-v1.13.yaml b/.github/workflows/conformance-aws-cni-v1.13.yaml index 53cef2d7a2fca..6dec8cd144bcc 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-aws-cni.yaml b/.github/workflows/conformance-aws-cni.yaml index fc5ae1663dda2..bd8e471f4e15d 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-datapath.yaml b/.github/workflows/conformance-datapath.yaml index b7e1178a22948..7088d047a7966 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - name: Retrieve pull request's base and head @@ -259,7 +259,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout pull request for Helm chart - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.10.yaml b/.github/workflows/conformance-eks-v1.10.yaml index 14563e6d81e44..3b1f13302a706 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.11.yaml b/.github/workflows/conformance-eks-v1.11.yaml index ca13c9ab0db4a..52b1f27b61752 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.12.yaml b/.github/workflows/conformance-eks-v1.12.yaml index 384e25fc684a4..64ec0534d678a 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks-v1.13.yaml b/.github/workflows/conformance-eks-v1.13.yaml index 01beaf376a1d6..6057e8fe3959f 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-eks.yaml b/.github/workflows/conformance-eks.yaml index ed7a623b31103..f8fa085a37db8 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.10.yaml b/.github/workflows/conformance-externalworkloads-v1.10.yaml index 003d0fd2fa18a..bde7d6689acd0 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.11.yaml b/.github/workflows/conformance-externalworkloads-v1.11.yaml index 09c3a99f2d1dc..e35227a1121b5 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.12.yaml b/.github/workflows/conformance-externalworkloads-v1.12.yaml index 81161999efef9..459ab7ccc84ca 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads-v1.13.yaml b/.github/workflows/conformance-externalworkloads-v1.13.yaml index 0eff863be79d0..e0b9b51e05a7e 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-externalworkloads.yaml b/.github/workflows/conformance-externalworkloads.yaml index 82ed48688d7ef..6e01d7ec3fe3c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gateway-api.yaml b/.github/workflows/conformance-gateway-api.yaml index cdbfbbab18767..9e24a4177e408 100644 --- a/.github/workflows/conformance-gateway-api.yaml +++ b/.github/workflows/conformance-gateway-api.yaml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -58,7 +58,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.10.yaml b/.github/workflows/conformance-gke-v1.10.yaml index 5fcea8b6a9d21..0b3b4d7b9516b 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.11.yaml b/.github/workflows/conformance-gke-v1.11.yaml index 324cc78381880..a522b40da887b 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.12.yaml b/.github/workflows/conformance-gke-v1.12.yaml index 58bb2a20f8779..99ae5899920fc 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke-v1.13.yaml b/.github/workflows/conformance-gke-v1.13.yaml index 3d8bc6c4e1b53..6c9b0a8acc8a6 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-gke.yaml b/.github/workflows/conformance-gke.yaml index 4a354aa661cff..4abbfa8f29b2a 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-ingress-shared.yaml b/.github/workflows/conformance-ingress-shared.yaml index e583f0ebbeb2c..3d2ea859b7219 100644 --- a/.github/workflows/conformance-ingress-shared.yaml +++ b/.github/workflows/conformance-ingress-shared.yaml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -57,7 +57,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -81,7 +81,7 @@ jobs: ECHO_SERVER_IMAGE: k8s.gcr.io/ingressconformance/echoserver:v0.0.1@sha256:9b34b17f391f87fb2155f01da2f2f90b7a4a5c1110ed84cb5379faa4f570dc52 - name: Checkout ingress-controller-conformance - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: # Use the forked repo with retry mechanism # Please refer to https://github.com/sayboras/ingress-controller-conformance/pull/2 for more details. diff --git a/.github/workflows/conformance-ingress.yaml b/.github/workflows/conformance-ingress.yaml index 5bde72785a781..61abe675c6d14 100644 --- a/.github/workflows/conformance-ingress.yaml +++ b/.github/workflows/conformance-ingress.yaml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 120 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -57,7 +57,7 @@ jobs: echo sha=${SHA} >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false @@ -81,7 +81,7 @@ jobs: ECHO_SERVER_IMAGE: k8s.gcr.io/ingressconformance/echoserver:v0.0.1@sha256:9b34b17f391f87fb2155f01da2f2f90b7a4a5c1110ed84cb5379faa4f570dc52 - name: Checkout ingress-controller-conformance - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: repository: kubernetes-sigs/ingress-controller-conformance path: ingress-controller-conformance diff --git a/.github/workflows/conformance-k8s-network-policies.yaml b/.github/workflows/conformance-k8s-network-policies.yaml index b8914b4bb6a2b..f0cc1f878e5ff 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/conformance-kind.yaml b/.github/workflows/conformance-kind.yaml index 6af7be87e01fa..64e069a28eb0a 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.10.yaml b/.github/workflows/conformance-multicluster-v1.10.yaml index 467a2afbc0456..703768b49efa0 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.11.yaml b/.github/workflows/conformance-multicluster-v1.11.yaml index 78529b7eabe41..45ec32cce36f9 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.12.yaml b/.github/workflows/conformance-multicluster-v1.12.yaml index 4c6e305ef391e..2d56ae0a40d52 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster-v1.13.yaml b/.github/workflows/conformance-multicluster-v1.13.yaml index d3d08e942281f..9090ef1c22e56 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/conformance-multicluster.yaml b/.github/workflows/conformance-multicluster.yaml index 6fb1a5d9787ae..38a023f1ed5f7 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 9a6708025e42a..783ee6f7857ce 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - name: Run pre-requisites for validation diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index f4c821719d2d4..c4eecba0fd2f5 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -25,7 +25,7 @@ jobs: timeout-minutes: 45 steps: - name: Checkout master branch to access local actions - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ github.event.repository.default_branch }} persist-credentials: false @@ -43,7 +43,7 @@ jobs: echo ::set-output name=sha::${SHA} - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 2af1f890fb709..1f6bce0ff6fd1 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index d49d9d5fafc7f..b9d2a2c3a2807 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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..3fa4bb311eb6d 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false # Hard-code the path instead of using ${{ github.repository }} diff --git a/.github/workflows/lint-codeql.yaml b/.github/workflows/lint-codeql.yaml index 2d1dbdd16458e..b46e7e4b58756 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false fetch-depth: 1 diff --git a/.github/workflows/lint-go.yaml b/.github/workflows/lint-go.yaml index ae16fcff25c9c..6611d8f77bf4b 100644 --- a/.github/workflows/lint-go.yaml +++ b/.github/workflows/lint-go.yaml @@ -23,7 +23,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - name: Check module vendoring @@ -41,7 +41,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - name: Run golangci-lint @@ -58,7 +58,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false # hard-code the path instead of using ${{ github.repository }} to make sure it works for forked repo as well @@ -76,7 +76,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false # hard-code the path instead of using ${{ github.repository }} to make sure it works for forked repo as well @@ -94,7 +94,7 @@ jobs: with: go-version: 1.19.5 - name: Checkout code - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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..78185378d5c89 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/tests-datapath-verifier.yaml b/.github/workflows/tests-datapath-verifier.yaml index 14b596023250a..60e1b4b8769ac 100644 --- a/.github/workflows/tests-datapath-verifier.yaml +++ b/.github/workflows/tests-datapath-verifier.yaml @@ -84,7 +84,7 @@ jobs: # paths-filter to work. - name: Checkout code if: ${{ github.event.issue.pull_request }} - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false - name: Retrieve pull request's base and head @@ -155,7 +155,7 @@ jobs: target_url: ${{ env.check_url }} - name: Checkout pull request - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.10.yaml b/.github/workflows/tests-l4lb-v1.10.yaml index 57ead09d1e72e..9998c6e9cb419 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.11.yaml b/.github/workflows/tests-l4lb-v1.11.yaml index be62857e25a52..3e87197f0e642 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.12.yaml b/.github/workflows/tests-l4lb-v1.12.yaml index 93cbd4499e129..dc17e342d1ddb 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb-v1.13.yaml b/.github/workflows/tests-l4lb-v1.13.yaml index e97dfd064b8b0..606d58a33fea5 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-l4lb.yaml b/.github/workflows/tests-l4lb.yaml index a5b793c34937d..e7827b40138d2 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: ref: ${{ steps.vars.outputs.sha }} persist-credentials: false diff --git a/.github/workflows/tests-smoke-ipv6.yaml b/.github/workflows/tests-smoke-ipv6.yaml index 20f0eecb88204..55b3539cc4550 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false diff --git a/.github/workflows/tests-smoke.yaml b/.github/workflows/tests-smoke.yaml index b2179ede34ead..e9c557e0ba2bd 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false @@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c with: persist-credentials: false