From d4a98f6bcd144c80e43b3566ca94950eba7863c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 00:28:39 +0000 Subject: [PATCH] Bump NHSDigital/nhs-notify-shared-modules from 3.0.0 to 3.0.2 Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 3.0.0 to 3.0.2. - [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.0...3.0.2) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 3.0.2 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 | 24 +++++++++---------- .github/workflows/stage-2-test.yaml | 2 +- .github/workflows/stage-3-build.yaml | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/scheduled-repository-template-sync.yaml b/.github/workflows/scheduled-repository-template-sync.yaml index 7883075..d74685c 100644 --- a/.github/workflows/scheduled-repository-template-sync.yaml +++ b/.github/workflows/scheduled-repository-template-sync.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Sync repository template - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.2 with: github_token: ${{ github.token }} diff --git a/.github/workflows/stage-1-commit.yaml b/.github/workflows/stage-1-commit.yaml index 907e537..8573034 100644 --- a/.github/workflows/stage-1-commit.yaml +++ b/.github/workflows/stage-1-commit.yaml @@ -47,7 +47,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.0.2 check-file-format: name: "Check file format" runs-on: ubuntu-latest @@ -58,7 +58,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.0.2 check-markdown-format: name: "Check Markdown format" runs-on: ubuntu-latest @@ -69,7 +69,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.0.2 terraform-docs: name: "Run terraform-docs" runs-on: ubuntu-latest @@ -104,7 +104,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.0.2 check-todo-usage: name: "Check TODO usage" runs-on: ubuntu-latest @@ -115,7 +115,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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.0.2 detect-terraform-changes: name: "Detect Terraform Changes" runs-on: ubuntu-latest @@ -151,7 +151,7 @@ jobs: - name: "Setup ASDF" uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 - name: "Lint Terraform" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.2 trivy-iac: name: "Trivy IaC Scan" permissions: @@ -166,9 +166,9 @@ jobs: - name: "Setup ASDF" uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 - name: "Perform Setup" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.2 - name: "Trivy IaC Scan" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-iac@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-iac@3.0.2 trivy-package: if: ${{ !inputs.skip_trivy_package }} name: "Trivy Package Scan" @@ -182,9 +182,9 @@ jobs: - name: "Setup ASDF" uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 - name: "Perform Setup" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/setup@3.0.2 - name: "Trivy Package Scan" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-package@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-package@3.0.2 count-lines-of-code: name: "Count lines of code" runs-on: ubuntu-latest @@ -196,7 +196,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@v4 - name: "Count lines of code" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.2 with: build_datetime: "${{ inputs.build_datetime }}" build_timestamp: "${{ inputs.build_timestamp }}" @@ -215,7 +215,7 @@ jobs: - name: "Checkout code" uses: actions/checkout@v4 - name: "Scan dependencies" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.2 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 734a531..74b011b 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.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.2 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 a036e67..1c34f3f 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@v4 - name: "Build docs" - uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.0 + uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.2 with: version: "${{ inputs.version }}" artefact-1: