93
93
stdlib : libc++
94
94
95
95
steps :
96
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
96
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
97
97
98
98
- name : Install build tools
99
99
run : |
@@ -172,7 +172,7 @@ jobs:
172
172
stdlib : libstdc++
173
173
174
174
steps :
175
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
175
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
176
176
177
177
- name : Install build tools
178
178
run : |
@@ -216,7 +216,7 @@ jobs:
216
216
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
217
217
steps :
218
218
- name : Checkout target branch
219
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
219
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
220
220
with :
221
221
ref : ${{github.base_ref}}
222
222
@@ -225,7 +225,7 @@ jobs:
225
225
id : target_branch
226
226
227
227
- name : Checkout PR branch
228
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
228
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
229
229
230
230
- name : Install build tools
231
231
run : |
@@ -288,7 +288,7 @@ jobs:
288
288
toolchain_root : " /usr"
289
289
290
290
steps :
291
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
291
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
292
292
293
293
- name : Install build tools
294
294
run : |
@@ -335,7 +335,7 @@ jobs:
335
335
valgrind :
336
336
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
337
337
steps :
338
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
338
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
339
339
340
340
- name : Install build tools
341
341
run : |
@@ -419,7 +419,7 @@ jobs:
419
419
sudo dpkg -i Mull-${{env.MULL_LLVM_VERSION}}-${{env.MULL_VERSION}}-LLVM-${{env.MULL_LLVM_VERSION}}.0-ubuntu-24.04.deb
420
420
421
421
- name : Checkout PR branch
422
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
422
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
423
423
424
424
- name : Restore CPM cache
425
425
env :
0 commit comments