Skip to content

Commit 3cb9b6f

Browse files
authored
Chore: [AEA-0000] - bump dev container version to 1.4.8 (#676)
bump dev container version to 1.4.8
1 parent 612186b commit 3cb9b6f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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",
9-
"IMAGE_VERSION": "v1.4.4",
9+
"IMAGE_VERSION": "v1.4.8",
1010
"USER_UID": "${localEnv:USER_ID:}",
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
packages: read
1717
quality_checks:
18-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@6a7443adade993bcd35e70cf4b18f83f62ed5d13
18+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
1919
needs: [get_config_values]
2020
permissions:
2121
contents: read

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
permissions:
2929
pull-requests: write
3030
quality_checks:
31-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@6a7443adade993bcd35e70cf4b18f83f62ed5d13
31+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
3232
needs: [get_config_values]
3333
permissions:
3434
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
packages: read
1818
quality_checks:
19-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@6a7443adade993bcd35e70cf4b18f83f62ed5d13
19+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
2020
needs: [get_config_values]
2121
permissions:
2222
contents: read

zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ rules:
22
unpinned-images:
33
# these workflows use unpinned images because they are using a full image passed in that contains the tag
44
ignore:
5-
- package_npm_code.yml:14:13
5+
- package_npm_code.yml:14:24

0 commit comments

Comments
 (0)