Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 24
- name: Npm cli install
working-directory: .
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-sdk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 24

- name: Npm install
working-directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
- name: "Download coverage report for SONAR"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
name: code-coverage-report
- name: "Perform static analysis"
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/stage-5-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,56 +46,56 @@ jobs:
uses: actions/checkout@v5

- name: "Get the artefacts 1"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/jekyll-docs-${{ inputs.version }}
name: jekyll-docs-${{ inputs.version }}

- name: "Get the artefacts 2"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/sdk-html-docs-${{ inputs.version }}
name: sdk-html-docs-${{ inputs.version }}

- name: "Get the artefacts 3"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/sdk-swagger-docs-${{ inputs.version }}
name: sdk-swagger-docs-${{ inputs.version }}

- name: "Get the artefacts 4"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/sdk-html-${{ inputs.version }}
name: sdk-html-${{ inputs.version }}

- name: "Get the artefacts 5"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/sdk-ts-${{ inputs.version }}
name: sdk-ts-${{ inputs.version }}

- name: "Get the artefacts 6"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/sdk-python-${{ inputs.version }}
name: sdk-python-${{ inputs.version }}

- name: "Get the artefacts 7"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/sdk-csharp-${{ inputs.version }}
name: sdk-csharp-${{ inputs.version }}

- name: "Get the artefacts 8"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: ./artifacts/api-oas-specification-${{ inputs.version }}
name: api-oas-specification-${{ inputs.version }}

# Take out for now - might add again in the future
# - name: "Get the artefacts 9"
# uses: actions/download-artifact@v6
# uses: actions/download-artifact@v5
# with:
# path: ./artifacts/server-csharp-${{ inputs.version }}
# name: server-csharp-${{ inputs.version }}
Expand Down Expand Up @@ -252,12 +252,12 @@ jobs:
# contents: read
# steps:
# - name: "Get the artefacts csharp docker"
# uses: actions/download-artifact@v6
# uses: actions/download-artifact@v5
# with:
# path: .
# name: server-csharp-docker-${{ inputs.version }}
# - name: "Get the artefacts csharp server"
# uses: actions/download-artifact@v6
# uses: actions/download-artifact@v5
# with:
# path: ./csharp-server
# name: server-csharp-${{ inputs.version }}
Expand All @@ -279,7 +279,7 @@ jobs:
contents: read
steps:
- name: "Get the artefacts"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: .
name: sdk-csharp-${{ inputs.version }}
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
contents: read
steps:
- name: "Get the artefacts"
uses: actions/download-artifact@v6
uses: actions/download-artifact@v5
with:
path: .
name: sdk-ts-${{ inputs.version }}
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
# contents: read
# steps:
# - name: "Get the artefacts"
# uses: actions/download-artifact@v6
# uses: actions/download-artifact@v5
# with:
# path: .
# name: libs-letter-${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "",
"dependencies": {
"nhsuk-frontend": "^10.1.0"
"nhsuk-frontend": "^8.1.1"
},
"description": "",
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion internal/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"testcontainers": "^11.4.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript": "^5.8.3",
"zod-mermaid": "^1.0.9"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion internal/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
"typescript": "^5.8.3"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jest": "^30.1.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
"typescript": "^5.8.3"
},
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/api-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/jest": "^29.5.14",
"jest": "^30.2.0",
"jest-mock-extended": "^3.0.7",
"typescript": "^5.9.3",
"typescript": "^5.8.3",
"zod": "^4.1.11"
},
"name": "nhs-notify-supplier-api-handler",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/authorizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-mock-extended": "^4.0.0",
"typescript": "^5.9.3"
"typescript": "^5.8.3"
},
"name": "nhs-notify-supplier-authorizer",
"private": true,
Expand Down
Loading
Loading