9999 stdlib : libc++
100100
101101 steps :
102- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
103103
104104 - name : Install build tools
105105 run : |
@@ -149,7 +149,7 @@ jobs:
149149 runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
150150 steps :
151151 - name : Checkout target branch
152- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
152+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
153153 with :
154154 ref : ${{github.base_ref}}
155155
@@ -158,7 +158,7 @@ jobs:
158158 id : target_branch
159159
160160 - name : Checkout PR branch
161- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
161+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
162162
163163 - name : Setup python venv
164164 run : |
@@ -225,7 +225,7 @@ jobs:
225225 toolchain_root : " /usr"
226226
227227 steps :
228- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
228+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
229229
230230 - name : Install build tools
231231 run : |
@@ -278,7 +278,7 @@ jobs:
278278 valgrind :
279279 runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-24.04
280280 steps :
281- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
281+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
282282
283283 - name : Install build tools
284284 run : |
0 commit comments