From 71eb040121a3666630170d341d7da035e67ea74d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:53:52 +0000 Subject: [PATCH] Bump NHSDigital/nhs-notify-shared-modules from 3.0.8 to 3.0.9 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 3.0.8 to 3.0.9. - [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.8...3.0.9) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 3.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index e8628786..048f9e3f 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Sync repository template - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.9 with: github_token: ${{ github.token }} diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index f5af737e..f356b07b 100644 --- a/.github/workflows/stage-1-commit.yaml +++ b/.github/workflows/stage-1-commit.yaml @@ -51,7 +51,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.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.0.9 check-file-format: name: "Check file format" runs-on: ubuntu-latest @@ -62,7 +62,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.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.0.9 check-markdown-format: name: "Check Markdown format" runs-on: ubuntu-latest @@ -73,7 +73,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.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.0.9 terraform-docs: name: "Run terraform-docs" runs-on: ubuntu-latest @@ -108,7 +108,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.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.0.9 check-todo-usage: name: "Check TODO usage" runs-on: ubuntu-latest @@ -119,7 +119,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.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.0.9 detect-terraform-changes: name: "Detect Terraform Changes" runs-on: ubuntu-latest @@ -154,7 +154,7 @@ jobs: - name: "Setup ASDF" uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 - name: "Lint Terraform" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.9 # TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549 # trivy-iac: # name: "Trivy IaC Scan" @@ -200,7 +200,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: "Count lines of code" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.9 with: build_datetime: "${{ inputs.build_datetime }}" build_timestamp: "${{ inputs.build_timestamp }}" @@ -219,7 +219,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: "Scan dependencies" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.9 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 8bdf019d..f0f750e7 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@3.0.8 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.9 with: sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}" sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"