Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to 11bd719 (#1887)
Browse files Browse the repository at this point in the history
Co-authored-by: jarvis-plus-bot[bot] <112913195+jarvis-plus-bot[bot]@users.noreply.github.com>
  • Loading branch information
jarvis-plus-bot[bot] authored Dec 3, 2024
1 parent 4677dd4 commit d1197f6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
# actions/checkout MUST come before auth
- uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # v4 # Checkout your repository
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # 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 @@ -28,7 +28,7 @@ jobs:
COSIGN_YES: "true"
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 @@ -19,7 +19,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout branch
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 @@ -24,7 +24,7 @@ jobs:
steps:
- name: checkout
id: checkout_code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: 'google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d' # v2
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- name: checkout
id: checkout_code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: 'google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d' # v2
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 @@ -22,7 +22,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

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

0 comments on commit d1197f6

Please sign in to comment.