Skip to content

Commit 584e757

Browse files
authored
Merge pull request #251 from cake-contrib/renovate/actions-checkout-digest
Update actions/checkout digest to eef6144
2 parents bde2020 + 501e5b5 commit 584e757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout the repository
47-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
47+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4848

4949
- name: Fetch all tags and branches
5050
run: git fetch --prune --unshallow

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
2424
with:
2525
fetch-depth: 0
2626

0 commit comments

Comments
 (0)