Skip to content

Commit d4912d4

Browse files
Update actions/checkout digest to 08eba0b
1 parent 717ee4c commit d4912d4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- windows-2022
3232

3333
steps:
34-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3535
with:
3636
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
3737
submodules: true
@@ -241,7 +241,7 @@ jobs:
241241
repoDir: '~/git'
242242

243243
steps:
244-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
244+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
245245
with:
246246
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
247247
submodules: true
@@ -300,7 +300,7 @@ jobs:
300300
name: 📃 Docs
301301
runs-on: ubuntu-latest
302302
steps:
303-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
303+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
304304
- name: 🔗 Markup Link Checker (mlc)
305305
uses: becheran/mlc@18a06b3aa2901ca197de59c8b0b1f54fdba6b3fa # v1.0.0
306306
with:

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# You can define any steps you want, and they will run before the agent starts.
2727
# If you do not check out your code, Copilot will do this for you.
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3030
with:
3131
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
3232
- name: ⚙ Install prerequisites

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
url: ${{ steps.deployment.outputs.page_url }}
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2929
with:
3030
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
3131
- name: ⚙ Install prerequisites

.github/workflows/libtemplate-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
pull-requests: write
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121
with:
2222
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2323

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
id-token: write # Required for Azure CLI Login
2222
steps:
23-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2424

2525
- name: ⚙️ Initialization
2626
shell: pwsh

0 commit comments

Comments
 (0)