9393 stdlib : libc++
9494
9595 steps :
96- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
96+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9797
9898 - name : Install build tools
9999 run : |
@@ -172,7 +172,7 @@ jobs:
172172 stdlib : libstdc++
173173
174174 steps :
175- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
175+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
176176
177177 - name : Install build tools
178178 run : |
@@ -216,7 +216,7 @@ jobs:
216216 runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
217217 steps :
218218 - name : Checkout target branch
219- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
219+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
220220 with :
221221 ref : ${{github.base_ref}}
222222
@@ -225,7 +225,7 @@ jobs:
225225 id : target_branch
226226
227227 - name : Checkout PR branch
228- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
228+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
229229
230230 - name : Install build tools
231231 run : |
@@ -288,7 +288,7 @@ jobs:
288288 toolchain_root : " /usr"
289289
290290 steps :
291- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
291+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
292292
293293 - name : Install build tools
294294 run : |
@@ -335,7 +335,7 @@ jobs:
335335 valgrind :
336336 runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
337337 steps :
338- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
338+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
339339
340340 - name : Install build tools
341341 run : |
@@ -419,7 +419,7 @@ jobs:
419419 sudo dpkg -i Mull-${{env.MULL_LLVM_VERSION}}-${{env.MULL_VERSION}}-LLVM-${{env.MULL_LLVM_VERSION}}.0-ubuntu-24.04.deb
420420
421421 - name : Checkout PR branch
422- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
422+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
423423
424424 - name : Restore CPM cache
425425 env :
0 commit comments