Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to b4ffde6 (#1687)
Browse files Browse the repository at this point in the history
Signed-off-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
Co-authored-by: Jarvis Plus Bot <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
  • Loading branch information
jarvis-plus-bot[bot] authored Nov 19, 2023
1 parent 49a2885 commit 29fbdf2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
# actions/checkout MUST come before auth
- uses: 'actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608' # v4 # Checkout your repository
- uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # v4 # Checkout your repository

# Authenticate to Google Cloud using the workload identity federation
- id: 'auth'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-cluster-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
COSIGN_YES: "true"
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup Flux CLI
uses: fluxcd/flux2/action@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout branch
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: checkout
id: checkout_code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033' # v1
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- name: checkout
id: checkout_code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033' # v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Setup Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down

0 comments on commit 29fbdf2

Please sign in to comment.