Skip to content

Commit 0cba025

Browse files
authored
chore(deps): update actions/checkout digest to 8ade135 (#12703)
1 parent 842c3bc commit 0cba025

6 files changed

Lines changed: 7 additions & 7 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
25+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2626
- name: Checkout vcpkg
27-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
27+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
29+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
3030
with:
3131
ref: ${{ inputs.checkout-ref }}
3232
- id: auth

.github/workflows/macos-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- -//google/cloud/aiplatform/...
126126
- -//google/cloud/dialogflow_es/...
127127
steps:
128-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
128+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
129129
with:
130130
ref: ${{ inputs.checkout-ref }}
131131
- uses: google-github-actions/auth@v1

.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
41+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
4242
with:
4343
ref: ${{ inputs.checkout-ref }}
4444
- uses: google-github-actions/auth@v1

.github/workflows/windows-bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# From Compute
6161
- -//google/cloud/compute/...
6262
steps:
63-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
63+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
6464
with:
6565
ref: ${{ inputs.checkout-ref }}
6666
- uses: google-github-actions/auth@v1

.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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
61+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
6262
with:
6363
ref: ${{ inputs.checkout-ref }}
6464
- uses: google-github-actions/auth@v1

0 commit comments

Comments
 (0)