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 : |
@@ -287,7 +287,7 @@ jobs:
287
287
toolchain_root : " /usr"
288
288
289
289
steps :
290
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
290
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
291
291
292
292
- name : Install build tools
293
293
run : |
@@ -334,7 +334,7 @@ jobs:
334
334
valgrind :
335
335
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
336
336
steps :
337
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
337
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
338
338
339
339
- name : Install build tools
340
340
run : |
@@ -405,7 +405,7 @@ jobs:
405
405
mutate :
406
406
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
407
407
steps :
408
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
408
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
409
409
410
410
- name : Install build tools
411
411
run : |
0 commit comments