Skip to content

Commit 1472c94

Browse files
authored
Merge branch 'main' into aea-6515-stateful-cdk
2 parents 4617c82 + 4a722ee commit 1472c94

5 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": "node_24_python_3_12",
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
@@ -17,7 +17,7 @@ jobs:
1717
verify_published_from_main_image: true
1818

1919
quality_checks:
20-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@c8f899f30a6a726859b0277faa73cd9ff7f4de20
20+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
2121
needs: [get_config_values]
2222
permissions:
2323
contents: read

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
verify_published_from_main_image: false
2828

2929
quality_checks:
30-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@c8f899f30a6a726859b0277faa73cd9ff7f4de20
30+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
3131
needs: [get_config_values]
3232
permissions:
3333
contents: read

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
verify_published_from_main_image: true
1717
quality_checks:
18-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@c8f899f30a6a726859b0277faa73cd9ff7f4de20
18+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
1919
needs: [get_config_values]
2020
permissions:
2121
contents: read
@@ -415,7 +415,7 @@ jobs:
415415
ENABLE_POST_DATED_NOTIFICATIONS: false
416416
ENABLED_SYSTEMS: "CrxPatientApp"
417417
BLOCKED_SITE_ODS_CODES: "XXXXX" # Workaround empty string handling
418-
ENABLED_SUPPLIER_APPLICATION_IDS: "XXXXX"
418+
ENABLED_SUPPLIER_APPLICATION_IDS: "30c8d461-e875-4882-85d1-4d5d90f7f17b,f7a08809-09f5-4215-a5c8-e280705aba77,401b11d1-5608-4d6e-8359-9bbed6c90e7e,4b2d703f-d8bb-4c82-8340-b1a97481a46a,9331742d-ccc3-4081-b54b-22e8f946a1ce,ee353200-2b8f-47be-8b70-d0777e80d92f"
419419
NOTIFY_ROUTING_PLAN_ID: "e57fe5cc-0567-4854-abe2-b7dd9014a50c" # INT and PROD share a value
420420
NOTIFY_API_BASE_URL: "https://api.service.nhs.uk"
421421
MTLS_KEY: psu-mtls-1

SAMtemplates/functions/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Resources:
137137
SQS_SALT: !Ref SQSSaltSecret
138138
# Remove this once we've confirmed that product ID based filtering is working as expected and we
139139
# no longer need the ability to switch back to the old filtering method
140-
USE_APP_ID_FOR_NOTIFICATIONS_FILTERING: false
140+
USE_APP_ID_FOR_NOTIFICATIONS_FILTERING: true
141141
ENABLED_SYSTEMS_PARAM: !Ref EnabledSystemsParam
142142
#
143143
ENABLED_APPLICATION_IDS_PARAM: !Ref EnabledSupplierApplicationIDsParam

0 commit comments

Comments
 (0)