92
92
stdlib : libc++
93
93
94
94
steps :
95
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
95
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
96
96
97
97
- name : Install build tools
98
98
run : |
@@ -171,7 +171,7 @@ jobs:
171
171
stdlib : libstdc++
172
172
173
173
steps :
174
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
175
175
176
176
- name : Install build tools
177
177
run : |
@@ -215,7 +215,7 @@ jobs:
215
215
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
216
216
steps :
217
217
- name : Checkout target branch
218
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
218
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
219
219
with :
220
220
ref : ${{github.base_ref}}
221
221
@@ -224,7 +224,7 @@ jobs:
224
224
id : target_branch
225
225
226
226
- name : Checkout PR branch
227
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
227
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
228
228
229
229
- name : Install build tools
230
230
run : |
@@ -291,7 +291,7 @@ jobs:
291
291
toolchain_root : " /usr"
292
292
293
293
steps :
294
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
294
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
295
295
296
296
- name : Install build tools
297
297
run : |
@@ -338,7 +338,7 @@ jobs:
338
338
valgrind :
339
339
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
340
340
steps :
341
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
341
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
342
342
343
343
- name : Install build tools
344
344
run : |
0 commit comments