@@ -226,8 +226,11 @@ jobs:
226226 if : github.repository == 'llvm/llvm-project'
227227 runs-on : ${{ inputs.runs-on }}
228228 steps :
229- - name : Checkout Actions
230- uses : actions/checkout@v4
229+ - name : Install Ninja
230+ uses : llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
231+
232+ - name : Download Stage 1 Artifacts
233+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
231234 with :
232235 ref : ${{ (github.event_name == 'pull_request' && github.sha) || 'main' }}
233236 sparse-checkout : |
@@ -260,8 +263,11 @@ jobs:
260263 if : github.repository == 'llvm/llvm-project'
261264 runs-on : ${{ inputs.runs-on }}
262265 steps :
263- - name : Checkout Actions
264- uses : actions/checkout@v4
266+ - name : Install Ninja
267+ uses : llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
268+
269+ - name : ' Download artifact'
270+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
265271 with :
266272 ref : ${{ (github.event_name == 'pull_request' && github.sha) || 'main' }}
267273 sparse-checkout : |
@@ -429,7 +435,7 @@ jobs:
429435 sparse-checkout-cone-mode : false
430436
431437 - name : ' Download artifact'
432- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
438+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
433439 with :
434440 pattern : ' *-release-binary'
435441 merge-multiple : true
@@ -472,8 +478,16 @@ jobs:
472478 github.repository == 'llvm/llvm-project'
473479 runs-on : ${{ inputs.runs-on }}
474480 steps :
481+ <<<<<<< HEAD
475482 - name : Checkout Actions
476483 uses : actions/checkout@v4
484+ =======
485+ - name : Install Ninja
486+ uses : llvm/actions/install-ninja@22e9f909d35b50bd1181709564bfe816eaeaae81 # main
487+
488+ - name : ' Download artifact'
489+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
490+ >>>>>>> d408c7f36c5c (SDL security fixes (#32))
477491 with :
478492 ref : ${{ (github.event_name == 'pull_request' && github.sha) || 'main' }}
479493 sparse-checkout : |
0 commit comments