@@ -117,7 +117,7 @@ jobs:
117
117
stdlib : libc++
118
118
119
119
steps :
120
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
120
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121
121
122
122
- name : Install build tools
123
123
run : |
@@ -161,7 +161,7 @@ jobs:
161
161
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
162
162
steps :
163
163
- name : Checkout target branch
164
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
164
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
165
165
with :
166
166
ref : ${{github.base_ref}}
167
167
@@ -170,7 +170,7 @@ jobs:
170
170
id : target_branch
171
171
172
172
- name : Checkout PR branch
173
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
173
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174
174
175
175
- name : Install build tools
176
176
run : |
@@ -232,7 +232,7 @@ jobs:
232
232
toolchain_root : " /usr"
233
233
234
234
steps :
235
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
235
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
236
236
237
237
- name : Install build tools
238
238
run : |
@@ -279,7 +279,7 @@ jobs:
279
279
valgrind :
280
280
runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
281
281
steps :
282
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
282
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
283
283
284
284
- name : Install build tools
285
285
run : |
0 commit comments