Skip to content

Commit 7fbb4a4

Browse files
authored
Chore: [AEA-0000] - bump dev container version to 1.4.8 (#724)
bump dev container version to 1.4.8
1 parent 8562b62 commit 7fbb4a4

4 files changed

Lines changed: 6 additions & 6 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": "regression_tests",
9-
"IMAGE_VERSION": "v1.4.6",
9+
"IMAGE_VERSION": "v1.4.8",
1010
"USER_UID": "${localEnv:USER_ID:}",
1111
"USER_GID": "${localEnv:GROUP_ID:}"
1212
}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
verify_published_from_main_image: false
2626

2727
quality_checks:
28-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@5ac2707dd9cd60ad127275179495b9c890d74711
28+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
2929
permissions:
3030
contents: read
3131
id-token: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
quality_checks:
2020
needs: [get_config_values]
21-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@5ac2707dd9cd60ad127275179495b9c890d74711
21+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
2222
permissions:
2323
contents: read
2424
id-token: write

zizmor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ 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-
- release.yml:47:7
6-
- regression_tests.yml:294:7
7-
- regression_tests.yml:134:7
5+
- release.yml:58:18
6+
- regression_tests.yml:297:18
7+
- regression_tests.yml:137:18

0 commit comments

Comments
 (0)