3636 ref : ${{ env.BRANCH_NAME }}
3737 fetch-depth : 0
3838 - name : Run secrets scan
39- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
39+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
4040 with :
4141 workspace_folder : ${{ github.workspace }}
4242 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
5959 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
6060
6161 - name : make install
62- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
62+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
6363 with :
6464 workspace_folder : ${{ github.workspace }}
6565 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -120,7 +120,7 @@ jobs:
120120 cmd : yq -i '.pkg.include-dev-deps = true' 'trivy.yaml'
121121 - name : convert python dependencies to requirements.txt
122122 if : ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
123- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
123+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
124124 with :
125125 workspace_folder : ${{ github.workspace }}
126126 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -137,7 +137,7 @@ jobs:
137137 poetry export -f requirements.txt --with dev --without-hashes --output=requirements.txt
138138 - name : download go dependencies
139139 if : ${{ steps.check_languages.outputs.uses_go == 'true' }}
140- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
140+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
141141 with :
142142 workspace_folder : ${{ github.workspace }}
143143 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -174,7 +174,7 @@ jobs:
174174 cat license_scan.txt
175175 fi
176176 - name : Run code lint
177- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
177+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
178178 with :
179179 workspace_folder : ${{ github.workspace }}
180180 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -191,7 +191,7 @@ jobs:
191191 .git
192192
193193 - name : Run unit tests
194- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
194+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
195195 with :
196196 workspace_folder : ${{ github.workspace }}
197197 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -479,7 +479,7 @@ jobs:
479479
480480 - name : Run cfn-lint
481481 if : steps.check_sam_templates.outputs.sam_exists == 'true' || steps.check_cf_templates.outputs.cf_exists == 'true'
482- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
482+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
483483 with :
484484 workspace_folder : ${{ github.workspace }}
485485 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -493,7 +493,7 @@ jobs:
493493
494494 - name : make install NodeJS
495495 if : steps.check_cdk.outputs.cdk_exists == 'true'
496- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
496+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
497497 with :
498498 workspace_folder : ${{ github.workspace }}
499499 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -502,15 +502,15 @@ jobs:
502502
503503 - name : Run cdk-synth
504504 if : steps.check_cdk.outputs.cdk_exists == 'true'
505- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
505+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
506506 with :
507507 workspace_folder : ${{ github.workspace }}
508508 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
509509 run : |
510510 make cdk-synth
511511
512512 - name : Init cfn-guard
513- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
513+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
514514 with :
515515 workspace_folder : ${{ github.workspace }}
516516 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -529,7 +529,7 @@ jobs:
529529
530530 - name : Run cfn-guard script for sam templates
531531 if : steps.check_sam_templates.outputs.sam_exists == 'true'
532- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
532+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
533533 with :
534534 workspace_folder : ${{ github.workspace }}
535535 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -557,7 +557,7 @@ jobs:
557557
558558 - name : Run cfn-guard script for cloudformation templates
559559 if : steps.check_cf_templates.outputs.cf_exists == 'true'
560- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
560+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
561561 with :
562562 workspace_folder : ${{ github.workspace }}
563563 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -576,7 +576,7 @@ jobs:
576576
577577 - name : Run cfn-guard script for cdk templates
578578 if : steps.check_cdk.outputs.cdk_exists == 'true'
579- uses : anthony-nhs/docker-run-action-fork@82ae039ec306b71bcd31d8530985f1fdbd71a39a
579+ uses : anthony-nhs/docker-run-action-fork@83cfde66c34330c3ec4f6270a569a6701530d775
580580 with :
581581 workspace_folder : ${{ github.workspace }}
582582 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
0 commit comments