3636 ref : ${{ env.BRANCH_NAME }}
3737 fetch-depth : 0
3838 - name : Run secrets scan
39- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
39+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
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@bb6b9f933e861c124c8d28eec48211c9b45e37ae
62+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
6363 with :
6464 workspace_folder : ${{ github.workspace }}
6565 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -124,7 +124,7 @@ jobs:
124124 cmd : yq -i '.pkg.include-dev-deps = true' 'trivy.yaml'
125125 - name : convert python dependencies to requirements.txt
126126 if : ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
127- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
127+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
128128 with :
129129 workspace_folder : ${{ github.workspace }}
130130 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -141,7 +141,7 @@ jobs:
141141 poetry export -f requirements.txt --with dev --without-hashes --output=requirements.txt
142142 - name : download go dependencies
143143 if : ${{ steps.check_languages.outputs.uses_go == 'true' }}
144- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
144+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
145145 with :
146146 workspace_folder : ${{ github.workspace }}
147147 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -178,7 +178,7 @@ jobs:
178178 cat license_scan.txt
179179 fi
180180 - name : Run code lint
181- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
181+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
182182 with :
183183 workspace_folder : ${{ github.workspace }}
184184 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -195,7 +195,7 @@ jobs:
195195 .git
196196
197197 - name : Run unit tests
198- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
198+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
199199 with :
200200 workspace_folder : ${{ github.workspace }}
201201 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -402,7 +402,7 @@ jobs:
402402 ${{ runner.os }}-node-
403403
404404 - name : make install
405- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
405+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
406406 with :
407407 workspace_folder : ${{ github.workspace }}
408408 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -411,7 +411,7 @@ jobs:
411411
412412 - name : Build docker images
413413 if : ${{ inputs.run_docker_scan == true }}
414- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
414+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
415415 with :
416416 workspace_folder : ${{ github.workspace }}
417417 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -491,7 +491,7 @@ jobs:
491491
492492 - name : Run cfn-lint
493493 if : steps.check_sam_templates.outputs.sam_exists == 'true' || steps.check_cf_templates.outputs.cf_exists == 'true'
494- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
494+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
495495 with :
496496 workspace_folder : ${{ github.workspace }}
497497 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -505,7 +505,7 @@ jobs:
505505
506506 - name : make install NodeJS
507507 if : steps.check_cdk.outputs.cdk_exists == 'true'
508- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
508+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
509509 with :
510510 workspace_folder : ${{ github.workspace }}
511511 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -514,15 +514,15 @@ jobs:
514514
515515 - name : Run cdk-synth
516516 if : steps.check_cdk.outputs.cdk_exists == 'true'
517- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
517+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
518518 with :
519519 workspace_folder : ${{ github.workspace }}
520520 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
521521 run : |
522522 make cdk-synth
523523
524524 - name : Init cfn-guard
525- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
525+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
526526 with :
527527 workspace_folder : ${{ github.workspace }}
528528 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -541,7 +541,7 @@ jobs:
541541
542542 - name : Run cfn-guard script for sam templates
543543 if : steps.check_sam_templates.outputs.sam_exists == 'true'
544- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
544+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
545545 with :
546546 workspace_folder : ${{ github.workspace }}
547547 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -569,7 +569,7 @@ jobs:
569569
570570 - name : Run cfn-guard script for cloudformation templates
571571 if : steps.check_cf_templates.outputs.cf_exists == 'true'
572- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
572+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
573573 with :
574574 workspace_folder : ${{ github.workspace }}
575575 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
@@ -588,7 +588,7 @@ jobs:
588588
589589 - name : Run cfn-guard script for cdk templates
590590 if : steps.check_cdk.outputs.cdk_exists == 'true'
591- uses : anthony-nhs/docker-run-action-fork@bb6b9f933e861c124c8d28eec48211c9b45e37ae
591+ uses : anthony-nhs/docker-run-action-fork@905a59c55183229c385b38da20ecf01111357ee4
592592 with :
593593 workspace_folder : ${{ github.workspace }}
594594 image : ghcr.io/nhsdigital/eps-devcontainers/${{ inputs.runtime_docker_image }}
0 commit comments