Skip to content

Commit

Permalink
ci(github-action): update actions/checkout digest to 9bb5618 (#1197)
Browse files Browse the repository at this point in the history
Co-authored-by: bendo-bot <126472327+bendo-bot[bot]@users.noreply.github.com>
  • Loading branch information
bendo-bot[bot] authored Mar 12, 2024
1 parent 70868c8 commit 5578e98
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/diff-yaml-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
helm_files: ${{ steps.unified.outputs.helm_files }}
kustomize_files: ${{ steps.unified.outputs.kustomize_files }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down Expand Up @@ -91,11 +91,11 @@ jobs:
helm
yq
helm: "3.12.3"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
ref: ${{ env.conf_live_branch }}
path: live
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
path: pr
- id: diff
Expand Down Expand Up @@ -176,11 +176,11 @@ jobs:
setup-tools: |
kubectl
yq
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
ref: ${{ env.conf_live_branch }}
path: live
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
path: pr
- id: diff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4

- name: Generate Token
uses: tibdex/github-app-token@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Setup Python
Expand Down

0 comments on commit 5578e98

Please sign in to comment.