@@ -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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
297- - uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
296+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
297+ - uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
298298 with :
299299 languages : ${{ inputs.code-ql }}
300- - uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
300+ - uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
309+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
337+ uses : hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
463+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
464464 if : inputs.container == ''
465465
466466 - id : local-workflow-actions
467- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
467+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
503+ - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
526+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
530+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
546+ - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
569+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
579+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
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@5ac504609f6ef35c5ac94bd8199063aa32104721 # 0.31.3
621+ - uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@666b7b6eb000db3e8614647871fa60c9f1eb7179 # 0.31.4
622622 if : always() && steps.local-workflow-actions.outputs.repository
623623 with :
624624 actions-path : actions
0 commit comments