Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
01538d0
Bump requests from 2.32.5 to 2.33.0 in /tests/e2e-tests
dependabot[bot] Mar 26, 2026
699d3d8
Bump pygments from 2.19.2 to 2.20.0 in /tests/e2e-tests
dependabot[bot] Mar 30, 2026
7f19989
Bump addressable from 2.8.7 to 2.9.0 in /docs
dependabot[bot] Apr 8, 2026
c437e61
Bump cryptography from 46.0.5 to 46.0.7 in /tests/e2e-tests
dependabot[bot] Apr 8, 2026
93e31dd
Bump dompurify from 3.3.2 to 3.4.0
dependabot[bot] Apr 16, 2026
8228d8e
Bump authlib from 1.6.9 to 1.6.11 in /tests/e2e-tests
dependabot[bot] Apr 17, 2026
672fadc
Bump protobufjs from 7.5.4 to 7.5.5
dependabot[bot] Apr 17, 2026
2fb4675
Bump python-dotenv from 1.2.1 to 1.2.2 in /tests/e2e-tests
dependabot[bot] Apr 21, 2026
0260624
Bump erb from 4.0.4 to 4.0.4.1 in /docs
dependabot[bot] Apr 24, 2026
7175a13
Bump NHSDigital/nhs-notify-shared-modules from 3.0.8 to 3.0.9
dependabot[bot] Apr 28, 2026
1d2829b
Bump actions/deploy-pages from 4.0.5 to 5.0.0
dependabot[bot] Apr 28, 2026
f1edc5a
Merge dependabot/bundler/docs/erb-4.0.4.1 into dependabotCombined
github-actions[bot] Apr 28, 2026
a6b10f2
Merge dependabot/pip/tests/e2e-tests/python-dotenv-1.2.2 into dependa…
github-actions[bot] Apr 28, 2026
359750e
Merge dependabot/npm_and_yarn/protobufjs-7.5.5 into dependabotCombined
github-actions[bot] Apr 28, 2026
8484ebe
Merge dependabot/pip/tests/e2e-tests/authlib-1.6.11 into dependabotCo…
github-actions[bot] Apr 28, 2026
6275766
Merge dependabot/npm_and_yarn/dompurify-3.4.0 into dependabotCombined
github-actions[bot] Apr 28, 2026
1b7caca
Merge dependabot/github_actions/NHSDigital/nhs-notify-shared-modules-…
github-actions[bot] Apr 28, 2026
69b38b4
Merge dependabot/pip/tests/e2e-tests/cryptography-46.0.7 into dependa…
github-actions[bot] Apr 28, 2026
16c4650
Merge dependabot/bundler/docs/addressable-2.9.0 into dependabotCombined
github-actions[bot] Apr 28, 2026
81fa9ed
Merge dependabot/github_actions/actions/deploy-pages-5.0.0 into depen…
github-actions[bot] Apr 28, 2026
841017c
Merge dependabot/pip/tests/e2e-tests/pygments-2.20.0 into dependabotC…
github-actions[bot] Apr 28, 2026
1b0c623
Merge dependabot/pip/tests/e2e-tests/requests-2.33.0 into dependabotC…
github-actions[bot] Apr 28, 2026
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-3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
with:
artifact_name: jekyll-docs-${{steps.get-asset-version.outputs.release_version}}
2 changes: 1 addition & 1 deletion .github/workflows/cicd-4-pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check PR title format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@4e781d1d72739015821a380871aa5a66d070177c # 3.1.0
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@2e0290add04f46fa5c5fc816f02beeffa38f6a51 # 3.0.9
with:
title: ${{ github.event.pull_request.title }}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Sync repository template
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.9
with:
github_token: ${{ github.token }}

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/stage-1-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to scan all commits
- name: "Scan secrets"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.0.9
check-file-format:
name: "Check file format"
runs-on: ubuntu-latest
Expand All @@ -62,7 +62,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check file format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.0.9
check-markdown-format:
name: "Check Markdown format"
runs-on: ubuntu-latest
Expand All @@ -73,7 +73,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check Markdown format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.0.9
terraform-docs:
name: "Run terraform-docs"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check English usage"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.0.9
check-todo-usage:
name: "Check TODO usage"
runs-on: ubuntu-latest
Expand All @@ -119,7 +119,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to compare branches
- name: "Check TODO usage"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.0.9
detect-terraform-changes:
name: "Detect Terraform Changes"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
- name: "Setup ASDF"
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
- name: "Lint Terraform"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.9
# TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549
# trivy-iac:
# name: "Trivy IaC Scan"
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: "Count lines of code"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.9
with:
build_datetime: "${{ inputs.build_datetime }}"
build_timestamp: "${{ inputs.build_timestamp }}"
Expand All @@ -219,7 +219,7 @@ jobs:
- name: "Checkout code"
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: "Scan dependencies"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.9
with:
build_datetime: "${{ inputs.build_datetime }}"
build_timestamp: "${{ inputs.build_timestamp }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
with:
name: code-coverage-report
- name: "Perform static analysis"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.8
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.9
with:
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"
Expand Down
10 changes: 5 additions & 5 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
base64 (0.2.0)
bigdecimal (3.1.8)
cgi (0.4.2)
cgi (0.5.1)
colorator (1.1.0)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
Expand All @@ -24,7 +24,7 @@ GEM
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erb (4.0.4)
erb (4.0.4.1)
cgi (>= 0.3.3)
eventmachine (1.2.7)
ffi (1.17.2-aarch64-linux-gnu)
Expand Down Expand Up @@ -113,7 +113,7 @@ GEM
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.2)
public_suffix (7.0.5)
racc (1.8.1)
rake (13.2.1)
rb-fsevent (0.11.2)
Expand Down
Loading
Loading