Skip to content

Commit 819639c

Browse files
Update actions/checkout digest to eef6144
1 parent 6b57492 commit 819639c

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout the repository
45-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
45+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
4646
- name: Fetch all tags and branches
4747
run: git fetch --prune --unshallow
4848
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1

.github/workflows/codeql-analysis.yml

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

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
34+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4.0.1

0 commit comments

Comments
 (0)