From efb613321712612daeae3c7aa875bbcccac00062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:13:37 +0000 Subject: [PATCH] Bump NHSDigital/nhs-notify-shared-modules from 3.0.9 to 3.1.0 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 3.0.9 to 3.1.0. - [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.9...3.1.0) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../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 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index 24005065..3bc7cdcf 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.0 with: github_token: ${{ github.token }} diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index 4d20c98f..c58348b9 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.0 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.0 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.0 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.0 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.0 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.0 # 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.0 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.0 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..92d238d3 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.0 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..76a56e99 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.0 with: version: "${{ inputs.version }}" artefact-1: