From d9cde2abff8e711de98cf49e8f798d92ef382dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 22:13:49 +0000 Subject: [PATCH] Bump NHSDigital/nhs-notify-shared-modules from 3.0.9 to 3.1.2 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 3.0.9 to 3.1.2. - [Release notes](https://github.com/nhsdigital/nhs-notify-shared-modules/releases) - [Commits](https://github.com/nhsdigital/nhs-notify-shared-modules/compare/3.0.9...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/cicd-4-pr-title-check.yaml | 2 +- .../scheduled-repository-template-sync.yaml | 2 +- .github/workflows/stage-1-commit.yaml | 16 ++++++++-------- .github/workflows/stage-2-test.yaml | 2 +- .github/workflows/stage-3-build.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cicd-4-pr-title-check.yaml b/.github/workflows/cicd-4-pr-title-check.yaml index 5b42a8f1..a3358cdc 100644 --- a/.github/workflows/cicd-4-pr-title-check.yaml +++ b/.github/workflows/cicd-4-pr-title-check.yaml @@ -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@3009a36549abae57bae8fe0119c2f3fed156a628 # 3.1.2 with: title: ${{ github.event.pull_request.title }} diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index 24005065..33fc9c30 100644 --- a/.github/workflows/scheduled-repository-template-sync.yaml +++ b/.github/workflows/scheduled-repository-template-sync.yaml @@ -18,7 +18,7 @@ jobs: - name: Check out the repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Sync repository template - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.9 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.1.2 with: github_token: ${{ github.token }} diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index 4d20c98f..b9295b68 100644 --- a/.github/workflows/stage-1-commit.yaml +++ b/.github/workflows/stage-1-commit.yaml @@ -54,7 +54,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.9 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.1.2 check-file-format: name: "Check file format" runs-on: ubuntu-latest @@ -67,7 +67,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.9 + 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 @@ -80,7 +80,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.9 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.1.2 terraform-docs: name: "Run terraform-docs" runs-on: ubuntu-latest @@ -117,7 +117,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.9 + 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 @@ -130,7 +130,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.9 + 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 @@ -169,7 +169,7 @@ jobs: - name: "Setup ASDF" uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4 - name: "Lint Terraform" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.9 + 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" @@ -211,7 +211,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: "Count lines of code" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.9 + 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 }}" @@ -230,7 +230,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: "Scan dependencies" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.9 + 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 ffa5795d..f58be8ac 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -87,7 +87,7 @@ jobs: with: fetch-depth: 0 # Full history is needed to improving relevancy of reporting - name: "Perform static analysis" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.9 + 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 34aa281c..75b3ab90 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 - name: "Build docs" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.9 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.1.2 with: version: "${{ inputs.version }}" artefact-1: