From 78c0f7f576a9ada8115158261d5f8671a782ea72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:05:30 +0000 Subject: [PATCH] CCM-9336: Bump NHSDigital/nhs-notify-shared-modules from 4.0.5 to 5.0.1 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 4.0.5 to 5.0.1. - [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/4.0.5...5.0.1) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-4-pr-title-check.yaml | 2 +- .github/workflows/manual-combine-dependabot-prs.yaml | 2 +- .github/workflows/scheduled-repository-template-sync.yaml | 2 +- .github/workflows/stage-1-commit.yaml | 2 +- .github/workflows/stage-2-test.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cicd-4-pr-title-check.yaml b/.github/workflows/cicd-4-pr-title-check.yaml index 41b29d916..ca803469f 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@4.0.5 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@5.0.1 with: title: ${{ github.event.pull_request.title }} diff --git a/.github/workflows/manual-combine-dependabot-prs.yaml b/.github/workflows/manual-combine-dependabot-prs.yaml index 9183ff624..2386611df 100644 --- a/.github/workflows/manual-combine-dependabot-prs.yaml +++ b/.github/workflows/manual-combine-dependabot-prs.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/combine-dependabot-prs@4.0.6 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/combine-dependabot-prs@5.0.1 with: ci_required: false labels: dependencies diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index 01f240090..936c56ad3 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.0.2 - name: Sync repository template - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@4.0.5 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@5.0.1 with: github_token: ${{ github.token }} diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index 72778a9dc..3104960ed 100644 --- a/.github/workflows/stage-1-commit.yaml +++ b/.github/workflows/stage-1-commit.yaml @@ -219,7 +219,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@4.0.5 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@5.0.1 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 c4f68a19a..c83e8ec0d 100644 --- a/.github/workflows/stage-2-test.yaml +++ b/.github/workflows/stage-2-test.yaml @@ -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@4.0.5 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@5.0.1 with: sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}" sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"