Skip to content

Commit

Permalink
ci(github-action): update actions/checkout digest to a5ac7e5 (#1399)
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 May 20, 2024
1 parent 465e2c6 commit 2504d61
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
ref: ${{ env.conf_live_branch }}
path: live
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
path: pr
- id: diff
Expand Down Expand Up @@ -176,11 +176,11 @@ jobs:
setup-tools: |
kubectl
yq
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
ref: ${{ env.conf_live_branch }}
path: live
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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 @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup Python
Expand Down

0 comments on commit 2504d61

Please sign in to comment.