Skip to content

Commit b18350e

Browse files
Update actions/checkout digest to 08eba0b
1 parent 82bc5ab commit b18350e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
47+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
4848
- name: Fetch all tags and branches
4949
run: git fetch --prune --unshallow
5050
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3535
with:
3636
fetch-depth: 0
3737
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1

.github/workflows/publishDocs.yml

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

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919

2020
- name: Fetch all tags and branches
2121
run: git fetch --prune --unshallow

0 commit comments

Comments
 (0)