File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "args" : {
77 "DOCKER_GID" : " ${env:DOCKER_GID:}" ,
88 "IMAGE_NAME" : " node_24_python_3_14_java_24" ,
9- "IMAGE_VERSION" : " v1.1.3 " ,
9+ "IMAGE_VERSION" : " v1.2.0 " ,
1010 "USER_UID" : " ${localEnv:USER_ID:}" ,
1111 "USER_GID" : " ${localEnv:GROUP_ID:}"
1212 }
6565 "LOCAL_WORKSPACE_FOLDER" : " ${localWorkspaceFolder}"
6666 },
6767 "postAttachCommand" : " git-secrets --register-aws; git-secrets --add-provider -- cat /usr/share/secrets-scanner/nhsd-rules-deny.txt" ,
68- "features" : {
69- }
68+ "features" : {}
7069}
Original file line number Diff line number Diff line change 77
88jobs :
99 update_devcontainer_version :
10- uses : NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@d2a4595b1bfa59f04c7cecb080a126321d42a333
10+ uses : NHSDigital/eps-common-workflows/.github/workflows/update-dev-container-version.yml@23342d86a245c076937abd6aecdd0ce06446b1e6
1111 permissions :
1212 contents : read
1313 packages : read
1414 pull-requests : write
1515 with :
1616 base_branch : main
1717 secrets :
18- AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
19- AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
18+ CREATE_PULL_REQUEST_APP_ID : ${{ secrets.CREATE_PULL_REQUEST_APP_ID }}
19+ CREATE_PULL_REQUEST_PEM : ${{ secrets.CREATE_PULL_REQUEST_PEM }}
You can’t perform that action at this time.
0 commit comments