Skip to content

Commit a4787f9

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot_cooldown
2 parents b2df8f1 + 5d30bce commit a4787f9

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
}
@@ -65,6 +65,5 @@
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
}

.github/workflows/update_dev_container_version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77

88
jobs:
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 }}

0 commit comments

Comments
 (0)