From 06f5706338454ba17db3c6273f29d94081022413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:39:46 +0000 Subject: [PATCH] Bump NHSDigital/nhs-notify-shared-modules from 3.1.2 to 3.1.3 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/nhsdigital/nhs-notify-shared-modules/releases) - [Commits](https://github.com/nhsdigital/nhs-notify-shared-modules/compare/3.1.2...3.1.3) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a3358cdc..4efabb6c 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@3009a36549abae57bae8fe0119c2f3fed156a628 # 3.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@11060e6cf11f16e9292b3c8ea033e8206d074833 # 3.1.3 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 33fc9c30..9e072bfb 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.1.3 with: github_token: ${{ github.token }} diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index b9295b68..140caed6 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.1.3 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.1.3 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.1.3 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.1.3 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.1.3 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.1.3 # 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.1.3 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.1.3 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 f58be8ac..ec3ec9c6 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.1.3 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 75b3ab90..1959b5a9 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.1.2 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.1.3 with: version: "${{ inputs.version }}" artefact-1: