Skip to content

Commit c08330a

Browse files
authored
chore(deps): update actions/checkout digest to 0ad4b8f (#14043)
1 parent 226c607 commit c08330a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2626
- name: Checkout vcpkg
27-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
27+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2828
with:
2929
path: "build/vcpkg"
3030
repository: "microsoft/vcpkg"

.github/workflows/external-account-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id-token: write
2727

2828
steps:
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3030
with:
3131
ref: ${{ inputs.checkout-ref }}
3232
- id: auth

.github/workflows/macos-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- exclude-from-full-trick: ${{ ! inputs.full-matrix }}
3939
shard: Other
4040
steps:
41-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
41+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4242
with:
4343
ref: ${{ inputs.checkout-ref }}
4444
- uses: google-github-actions/auth@v2

.github/workflows/windows-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- arch: x86
5959
build_type: Debug
6060
steps:
61-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
61+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
6262
with:
6363
ref: ${{ inputs.checkout-ref }}
6464
- uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)