@@ -293,7 +293,7 @@ jobs:
293293 security-events : write
294294 runs-on : *ci-runner
295295 steps :
296- - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
296+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
297297 - uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
298298 with :
299299 languages : ${{ inputs.code-ql }}
@@ -306,7 +306,7 @@ jobs:
306306 contents : read
307307 runs-on : *ci-runner
308308 steps :
309- - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
309+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
310310 - uses : actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
311311
312312 setup :
@@ -332,10 +332,10 @@ jobs:
332332 steps :
333333 - name : Checkout repository
334334 if : inputs.container == ''
335- uses : hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
335+ uses : hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
336336
337337 - id : working-directory
338- uses : hoverkraft-tech/ci-github-common/actions/working-directory@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
338+ uses : hoverkraft-tech/ci-github-common/actions/working-directory@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
339339 with :
340340 working-directory : ${{ inputs.working-directory }}
341341 enforce-path-in-workspace : ${{ inputs.container && 'false' || 'true' }}
@@ -441,11 +441,11 @@ jobs:
441441 contents : read
442442 packages : read
443443 steps :
444- - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
444+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
445445 if : inputs.container == ''
446446
447447 - id : local-workflow-actions
448- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
448+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
449449 with :
450450 actions-path : actions
451451
@@ -494,11 +494,11 @@ jobs:
494494 outputs :
495495 artifact-id : ${{ steps.build.outputs.artifact-id }}
496496 steps :
497- - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
497+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
498498 if : needs.setup.outputs.build-commands && inputs.container == ''
499499
500500 - id : local-workflow-actions
501- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
501+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
502502 with :
503503 actions-path : actions
504504
@@ -528,7 +528,7 @@ jobs:
528528 packages : read
529529 pull-requests : write
530530 steps :
531- - uses : hoverkraft-tech/ci-github-common/actions/checkout@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
531+ - uses : hoverkraft-tech/ci-github-common/actions/checkout@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
532532 if : inputs.container == ''
533533
534534 - if : needs.build.outputs.artifact-id && inputs.container == ''
@@ -538,7 +538,7 @@ jobs:
538538 path : " /"
539539
540540 - id : local-workflow-actions
541- uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@4bb7594b1bf3696c54b2bbae970376056853f8ea # 0.36.0
541+ uses : hoverkraft-tech/ci-github-common/actions/local-workflow-actions@6718ae98e8b6e009f8f2790af074daa1a06946c2 # 0.36.2
542542 with :
543543 actions-path : actions
544544
0 commit comments