From 37b1e4de17c6b2439556c89be78e8ec4f46c7351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:54:14 +0000 Subject: [PATCH] CCM-9336: Bump NHSDigital/nhs-notify-shared-modules from 4.0.0 to 4.0.1 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/nhsdigital/nhs-notify-shared-modules/releases) - [Commits](https://github.com/nhsdigital/nhs-notify-shared-modules/compare/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/stage-2-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage-2-test.yaml b/.github/workflows/stage-2-test.yaml index 613f3fe7e..2d5bc0ad8 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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@4.0.1 with: sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}" sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"