@@ -117,7 +117,7 @@ jobs:
117117 stdlib : libc++
118118
119119 steps :
120- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
120+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
121121
122122 - name : Install build tools
123123 run : |
@@ -161,7 +161,7 @@ jobs:
161161 runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
162162 steps :
163163 - name : Checkout target branch
164- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
164+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
165165 with :
166166 ref : ${{github.base_ref}}
167167
@@ -170,7 +170,7 @@ jobs:
170170 id : target_branch
171171
172172 - name : Checkout PR branch
173- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
173+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
174174
175175 - name : Install build tools
176176 run : |
@@ -232,7 +232,7 @@ jobs:
232232 toolchain_root : " /usr"
233233
234234 steps :
235- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
235+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
236236
237237 - name : Install build tools
238238 run : |
@@ -279,7 +279,7 @@ jobs:
279279 valgrind :
280280 runs-on : ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
281281 steps :
282- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
282+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
283283
284284 - name : Install build tools
285285 run : |
0 commit comments