Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f3fba1b
Bump jest-mock-extended from 3.0.7 to 4.0.0
dependabot[bot] Aug 1, 2025
e977c2f
Bump eslint-plugin-jest from 28.14.0 to 29.0.1
dependabot[bot] Aug 1, 2025
2afc12d
Bump flat and mocha in /sandbox
dependabot[bot] Aug 14, 2025
f99dc60
Bump tmp from 0.2.3 to 0.2.5 in /internal/datastore
dependabot[bot] Aug 18, 2025
1a4c745
Bump actions/download-artifact from 4 to 5
dependabot[bot] Sep 1, 2025
01f7751
Bump actions/checkout from 4 to 5
dependabot[bot] Sep 8, 2025
5fc2a67
Bump jest and @types/jest
dependabot[bot] Sep 10, 2025
235e203
Bump rexml from 3.4.1 to 3.4.2 in /docs
dependabot[bot] Sep 17, 2025
31032d8
Bump actions/setup-node from 4 to 6
dependabot[bot] Oct 21, 2025
68041a9
Bump @typescript-eslint/eslint-plugin from 8.39.1 to 8.46.2
dependabot[bot] Oct 22, 2025
771bb7a
Merge branch 'main' into dependabot/github_actions/actions/download-a…
aidenvaines-cgi Oct 23, 2025
a62ea4a
Bump github/codeql-action from 3.29.2 to 4.31.0
dependabot[bot] Oct 27, 2025
2b27ddf
Bump eslint-plugin-unicorn from 59.0.1 to 62.0.0
dependabot[bot] Oct 27, 2025
85067fb
Merge dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0 into depen…
github-actions[bot] Oct 27, 2025
89dbfdf
Merge dependabot/github_actions/github/codeql-action-4.31.0 into depe…
github-actions[bot] Oct 27, 2025
776d2b1
Merge dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-8.46.2 …
github-actions[bot] Oct 27, 2025
a89e63f
Merge dependabot/github_actions/actions/setup-node-6 into dependabotC…
github-actions[bot] Oct 27, 2025
805a3c9
Merge dependabot/bundler/docs/rexml-3.4.2 into dependabotCombined
github-actions[bot] Oct 27, 2025
10791b4
Merge branch 'main' into dependabotCombined
masl2 Oct 27, 2025
f15d9fb
Merge branch 'main' into dependabotCombined
masl2 Oct 28, 2025
8352240
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/multi-5a…
masl2 Oct 28, 2025
a476841
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/internal…
masl2 Oct 28, 2025
0c1cc3c
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/sandbox/…
masl2 Oct 28, 2025
2a47fd4
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
masl2 Oct 28, 2025
de97876
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
masl2 Oct 28, 2025
ab2d563
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/jest-moc…
masl2 Oct 28, 2025
f636d0f
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/eslint-p…
masl2 Oct 28, 2025
3f7f984
final dependencies + new lock
masl2 Oct 28, 2025
5b31a1f
Bump coverage missing happy path
masl2 Oct 28, 2025
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/workflows/cicd-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pr_number: ${{ steps.pr_exists.outputs.pr_number }}
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Set CI/CD variables"
id: variables
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cicd-3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# tag: ${{ steps.variables.outputs.tag }}
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Set CI/CD variables"
id: variables
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
needs: metadata
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Get version"
id: get-asset-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-proxy-environment-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4
- uses: actions/setup-node@v6
with:
node-version: 24

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Updating Main Environment
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_create_dynamic_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5
- name: Trigger dynamic environment creation
env:
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_destroy_dynamic_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v5

- name: Trigger dynamic environment destruction
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Deploy Nonprod Environment
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-repository-template-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: Check out the repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Check out external repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: NHSDigital/nhs-notify-repository-template
path: nhs-notify-repository-template
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
with:
persist-credentials: false

Expand Down 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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
with:
sarif_file: results.sarif
22 changes: 11 additions & 11 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to scan all commits
- name: "Scan secrets"
Expand All @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check file format"
Expand All @@ -61,7 +61,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check Markdown format"
Expand All @@ -75,7 +75,7 @@ jobs:
contents: write
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check to see if Terraform Docs are up-to-date"
Expand All @@ -96,7 +96,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check English usage"
Expand All @@ -107,7 +107,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check TODO usage"
Expand All @@ -119,7 +119,7 @@ jobs:
terraform_changed: ${{ steps.check.outputs.terraform_changed }}
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: "Check for Terraform changes"
id: check
Expand All @@ -143,7 +143,7 @@ jobs:
if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Lint Terraform"
uses: ./.github/actions/lint-terraform
trivy:
Expand All @@ -154,7 +154,7 @@ jobs:
if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@v4
- name: "Perform Setup"
Expand All @@ -170,7 +170,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Count lines of code"
uses: ./.github/actions/create-lines-of-code-report
with:
Expand All @@ -189,7 +189,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Scan dependencies"
uses: ./.github/actions/scan-dependencies
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Repo setup"
run: |
npm ci
Expand All @@ -61,7 +61,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Repo setup"
run: |
npm ci
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Repo setup"
run: |
npm ci
Expand All @@ -105,7 +105,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Repo setup"
run: |
npm ci
Expand All @@ -122,7 +122,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Run test coverage check"
run: |
make test-coverage
Expand All @@ -139,11 +139,11 @@ jobs:
timeout-minutes: 5
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
- name: "Download coverage report for SONAR"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: code-coverage-report
- name: "Perform static analysis"
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/stage-3-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Build docs"
uses: ./.github/actions/build-docs
with:
Expand All @@ -58,7 +58,7 @@ jobs:
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Build sdks"
uses: ./.github/actions/build-sdk
with:
Expand All @@ -70,7 +70,7 @@ jobs:
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Build servers"
uses: ./.github/actions/build-server
with:
Expand All @@ -82,7 +82,7 @@ jobs:
timeout-minutes: 10
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Build servers"
uses: ./.github/actions/build-libraries
with:
Expand All @@ -99,7 +99,7 @@ jobs:
APP_PEM_FILE: ${{ secrets.APP_PEM_FILE }}
steps:
- name: "Checkout code"
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: "Build proxies"
uses: ./.github/actions/build-proxies
with:
Expand All @@ -116,7 +116,7 @@ jobs:
# timeout-minutes: 3
# steps:
# - name: "Checkout code"
# uses: actions/checkout@v4
# uses: actions/checkout@v5
# - name: "Build artefact 1"
# run: |
# echo "Building artefact 1 ..."
Expand All @@ -133,7 +133,7 @@ jobs:
# timeout-minutes: 3
# steps:
# - name: "Checkout code"
# uses: actions/checkout@v4
# uses: actions/checkout@v5
# - name: "Build artefact n"
# run: |
# echo "Building artefact n ..."
Expand Down
Loading
Loading