Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 3.1.0 to 3.5.0 #163

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
fi

- name: Checkout Source Code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-hotfixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fi

- name: Checkout Source Code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-images-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-images-garbage-collect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance-aks-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aks-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aks-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aks-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aws-cni-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aws-cni-v1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aws-cni-v1.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aws-cni-v1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance-aws-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance-datapath.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance-eks-v1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down