@@ -293,11 +293,11 @@ jobs:
293293 security-events : write
294294 runs-on : *ci-runner
295295 steps :
296- - uses : hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
297- - uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
296+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
297+ - uses : github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
298298 with :
299299 languages : ${{ inputs.code-ql }}
300- - uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
300+ - uses : github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
301301
302302 dependency-review :
303303 name : 🛡️ Dependency Review
@@ -306,7 +306,7 @@ jobs:
306306 contents : read
307307 runs-on : *ci-runner
308308 steps :
309- - uses : hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
309+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
310310 - uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
311311
312312 setup :
@@ -334,7 +334,7 @@ jobs:
334334 steps :
335335 - name : Checkout repository
336336 if : inputs.container == ''
337- uses : hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
337+ uses : hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
338338
339339 - id : working-directory
340340 uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
@@ -460,11 +460,11 @@ jobs:
460460 packages : read
461461 id-token : write # Needed for getting local workflow actions
462462 steps :
463- - uses : hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
463+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
464464 if : inputs.container == ''
465465
466466 - id : local-workflow-actions
467- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
467+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
468468 with :
469469 actions-path : actions
470470
@@ -500,7 +500,7 @@ jobs:
500500 path-mapping : ${{ needs.prepare.outputs.path-mapping || '' }}
501501
502502 # jscpd:ignore-start
503- - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
503+ - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
504504 if : always() && steps.local-workflow-actions.outputs.repository
505505 with :
506506 actions-path : actions
@@ -523,11 +523,11 @@ jobs:
523523 outputs :
524524 artifact-id : ${{ steps.build.outputs.artifact-id }}
525525 steps :
526- - uses : hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
526+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
527527 if : needs.setup.outputs.build-commands && inputs.container == ''
528528
529529 - id : local-workflow-actions
530- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
530+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
531531 with :
532532 actions-path : actions
533533
@@ -543,7 +543,7 @@ jobs:
543543 build-artifact : ${{ needs.setup.outputs.build-artifact }}
544544
545545 # jscpd:ignore-start
546- - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
546+ - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
547547 if : always() && steps.local-workflow-actions.outputs.repository
548548 with :
549549 actions-path : actions
@@ -566,7 +566,7 @@ jobs:
566566 packages : read
567567 id-token : write # Needed for getting local workflow actions
568568 steps :
569- - uses : hoverkraft-tech/ci-github-common/actions/checkout@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
569+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
570570 if : inputs.container == ''
571571
572572 - if : needs.build.outputs.artifact-id && inputs.container == ''
@@ -576,7 +576,7 @@ jobs:
576576 path : " /"
577577
578578 - id : local-workflow-actions
579- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
579+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
580580 with :
581581 actions-path : actions
582582
@@ -618,7 +618,7 @@ jobs:
618618 github-token : ${{ secrets.github-token || github.token }}
619619
620620 # jscpd:ignore-start
621- - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@f24ce3360a8abf9bf386a62ab13d0ae5de5f9d13 # 0.31.7
621+ - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bfbc05c189f1177cf7d47d3060cd1cbddf04ce2 # 0.32.0
622622 if : always() && steps.local-workflow-actions.outputs.repository
623623 with :
624624 actions-path : actions
0 commit comments