Skip to content

Commit 9676c65

Browse files
authored
Merge branch 'main' into aea-6055-reg-test-lambda-invoke
2 parents 6f1d1e8 + 2f84240 commit 9676c65

14 files changed

Lines changed: 721 additions & 449 deletions

File tree

.github/config/ods_codes_int.txt

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,104 @@ FRH84
204204
FC013
205205
FN030
206206
FQA52
207+
FA031
208+
FA078
209+
FA200
210+
FA247
211+
FA550
212+
FA565
213+
FA679
214+
FA883
215+
FA886
216+
FAC02
217+
FAD32
218+
FAD48
219+
FAF65
220+
FAF67
221+
FAJ92
222+
FAK48
223+
FAL58
224+
FAM93
225+
FAR04
226+
FAT07
227+
FAT84
228+
FAV44
229+
FAW81
230+
FAX69
231+
FC001
232+
FC049
233+
FC084
234+
FC133
235+
FC265
236+
FC312
237+
FC561
238+
FC576
239+
FC832
240+
FC896
241+
FCG07
242+
FCG37
243+
FCG77
244+
FCH75
245+
FCK24
246+
FCQ16
247+
FCT22
248+
FCV80
249+
FD019
250+
FD120
251+
FD255
252+
FD357
253+
FD502
254+
FD562
255+
FD643
256+
FD700
257+
FD871
258+
FDE36
259+
FDK88
260+
FDP62
261+
FDR65
262+
FDR86
263+
FDV36
264+
FDW00
265+
FDW12
266+
FDW17
267+
FDW41
268+
FDW87
269+
FE009
270+
FE127
271+
FE213
272+
FE297
273+
FE310
274+
FE319
275+
FE323
276+
FE353
277+
FE394
278+
FE396
279+
FE436
280+
FE438
281+
FE452
282+
FE534
283+
FE733
284+
FE736
285+
FE813
286+
FE991
287+
FEC26
288+
FEC34
289+
FEC64
290+
FED09
291+
FED64
292+
FEF48
293+
FEF70
294+
FEF86
295+
FEK57
296+
FEP39
297+
FEQ00
298+
FEQ63
299+
FEQ64
300+
FEQ79
301+
FEQ90
302+
FET61
303+
FET87
304+
FF077
305+
FF136
306+
FF346
307+
FF521

.github/config/ods_codes_prod.txt

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,104 @@ FRH84
204204
FC013
205205
FN030
206206
FQA52
207+
FA031
208+
FA078
209+
FA200
210+
FA247
211+
FA550
212+
FA565
213+
FA679
214+
FA883
215+
FA886
216+
FAC02
217+
FAD32
218+
FAD48
219+
FAF65
220+
FAF67
221+
FAJ92
222+
FAK48
223+
FAL58
224+
FAM93
225+
FAR04
226+
FAT07
227+
FAT84
228+
FAV44
229+
FAW81
230+
FAX69
231+
FC001
232+
FC049
233+
FC084
234+
FC133
235+
FC265
236+
FC312
237+
FC561
238+
FC576
239+
FC832
240+
FC896
241+
FCG07
242+
FCG37
243+
FCG77
244+
FCH75
245+
FCK24
246+
FCQ16
247+
FCT22
248+
FCV80
249+
FD019
250+
FD120
251+
FD255
252+
FD357
253+
FD502
254+
FD562
255+
FD643
256+
FD700
257+
FD871
258+
FDE36
259+
FDK88
260+
FDP62
261+
FDR65
262+
FDR86
263+
FDV36
264+
FDW00
265+
FDW12
266+
FDW17
267+
FDW41
268+
FDW87
269+
FE009
270+
FE127
271+
FE213
272+
FE297
273+
FE310
274+
FE319
275+
FE323
276+
FE353
277+
FE394
278+
FE396
279+
FE436
280+
FE438
281+
FE452
282+
FE534
283+
FE733
284+
FE736
285+
FE813
286+
FE991
287+
FEC26
288+
FEC34
289+
FEC64
290+
FED09
291+
FED64
292+
FEF48
293+
FEF70
294+
FEF86
295+
FEK57
296+
FEP39
297+
FEQ00
298+
FEQ63
299+
FEQ64
300+
FEQ79
301+
FEQ90
302+
FET61
303+
FET87
304+
FF077
305+
FF136
306+
FF346
307+
FF521

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: {}
88

99
jobs:
1010
get_config_values:
11-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
11+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1212
permissions:
1313
attestations: read
1414
contents: read
@@ -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@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
20+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
2121
needs: [get_config_values]
2222
permissions:
2323
contents: read
@@ -40,7 +40,7 @@ jobs:
4040
4141
tag_release:
4242
needs: [quality_checks, get_commit_id, get_config_values]
43-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
43+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
4444
permissions:
4545
id-token: write
4646
contents: write

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
permissions: {}
66
jobs:
77
get_config_values:
8-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
8+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
99
permissions:
1010
attestations: read
1111
contents: read
1212
packages: read
1313
with:
1414
verify_published_from_main_image: false
1515
quality_checks:
16-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
16+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1717
needs: [get_config_values]
1818
permissions:
1919
contents: read
@@ -24,7 +24,7 @@ jobs:
2424
secrets:
2525
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2626
pr_title_format_check:
27-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
27+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
2828
permissions:
2929
pull-requests: write
3030
get_issue_number:
@@ -54,7 +54,7 @@ jobs:
5454
result-encoding: string
5555
tag_release:
5656
needs: [get_config_values]
57-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
57+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
5858
permissions:
5959
id-token: write
6060
contents: write

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ permissions: {}
77

88
jobs:
99
get_config_values:
10-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
10+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1111
permissions:
1212
attestations: read
1313
contents: read
1414
packages: read
1515
with:
1616
verify_published_from_main_image: true
1717
quality_checks:
18-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
18+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1919
needs: [get_config_values]
2020
permissions:
2121
contents: read
@@ -38,7 +38,7 @@ jobs:
3838
3939
tag_release:
4040
needs: [quality_checks, get_commit_id, get_config_values]
41-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@e798d5aee897de6f7dc387dd5623fcd9ba4c8929
41+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
4242
permissions:
4343
id-token: write
4444
contents: write

.github/workflows/run_regression_tests.yml

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

4949
- name: Generate a token to authenticate regression testing
5050
id: generate-token
51-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859
51+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3
5252
with:
5353
app-id: ${{ vars.REGRESSION_TESTS_APP_ID }}
5454
private-key: ${{ secrets.REGRESSION_TESTS_PEM }}

.github/workflows/sync_copilot.yml

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

1717
steps:
1818
- name: Sync shared instructions
19-
uses: NHSDigital/eps-copilot-instructions@8b4d7f546fe9825a149cb8cc8cfdb31df58c3730
19+
uses: NHSDigital/eps-copilot-instructions@e6e445a93671466398e3f79d20cf1f64885150d8
2020
with:
2121
copilot_instructions_ref: main
2222
calling_repo_base_branch: main

bruno/PSU/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bruno/PSU/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"jsonwebtoken": "^9.0.3",
14-
"uuid": "^13.0.0"
14+
"uuid": "^14.0.0"
1515
}
1616
}

0 commit comments

Comments
 (0)