From a9f46008e90175b6bd8ded293b370e38265ad323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:57:11 +0000 Subject: [PATCH] Bump NHSDigital/nhs-notify-shared-modules from 3.0.0 to 3.1.2 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/nhsdigital/nhs-notify-shared-modules/releases) - [Changelog](https://github.com/NHSDigital/nhs-notify-shared-modules/blob/main/CHANGELOG.md) - [Commits](https://github.com/nhsdigital/nhs-notify-shared-modules/compare/3.0.0...3.1.2) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/stage-1-commit.yaml | 16 ++++++++-------- .github/workflows/stage-2-test.yaml | 2 +- .github/workflows/stage-3-build.yaml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index 62c9dfff..c4cb3a52 100644 --- a/.github/workflows/stage-1-commit.yaml +++ b/.github/workflows/stage-1-commit.yaml @@ -48,7 +48,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.1.2 check-file-format: name: "Check file format" runs-on: ubuntu-latest @@ -59,7 +59,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.1.2 check-markdown-format: name: "Check Markdown format" runs-on: ubuntu-latest @@ -70,7 +70,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.1.2 terraform-docs: name: "Run terraform-docs" runs-on: ubuntu-latest @@ -105,7 +105,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.1.2 check-todo-usage: name: "Check TODO usage" runs-on: ubuntu-latest @@ -116,7 +116,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.1.2 detect-terraform-changes: name: "Detect Terraform Changes" runs-on: ubuntu-latest @@ -151,7 +151,7 @@ jobs: - name: "Setup ASDF" uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 - name: "Lint Terraform" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.1.2 # TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549 # trivy-iac: # name: "Trivy IaC Scan" @@ -193,7 +193,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Count lines of code" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.1.2 with: build_datetime: "${{ inputs.build_datetime }}" build_timestamp: "${{ inputs.build_timestamp }}" @@ -212,7 +212,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Scan dependencies" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.1.2 with: build_datetime: "${{ inputs.build_datetime }}" build_timestamp: "${{ inputs.build_timestamp }}" diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 77392e23..a142d93b 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -182,7 +182,7 @@ jobs: with: name: code-coverage-report - name: "Perform static analysis" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.1.2 with: sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}" sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}" diff --git a/.github/workflows/stage-3-build.yaml b/.github/workflows/stage-3-build.yaml index a5d6bc48..024404d1 100644 --- a/.github/workflows/stage-3-build.yaml +++ b/.github/workflows/stage-3-build.yaml @@ -41,7 +41,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: "Build docs" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.1.2 with: version: "${{ inputs.version }}" artefact-1: