Skip to content

Commit 8081245

Browse files
CCM-9336: Bump NHSDigital/nhs-notify-shared-modules from 4.0.0 to 4.0.4
Bumps [NHSDigital/nhs-notify-shared-modules](https://github.com/nhsdigital/nhs-notify-shared-modules) from 4.0.0 to 4.0.4. - [Release notes](https://github.com/nhsdigital/nhs-notify-shared-modules/releases) - [Commits](NHSDigital/nhs-notify-shared-modules@4.0.0...4.0.4) --- updated-dependencies: - dependency-name: NHSDigital/nhs-notify-shared-modules dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35cf9c4 commit 8081245

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/cicd-4-pr-title-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: "Check PR title format"
18-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # 4.0.1
18+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@7669c98143fa6cb2886f1112bcc9d422dbf02651 # 4.0.4
1919
with:
2020
title: ${{ github.event.pull_request.title }}

.github/workflows/scheduled-repository-template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out the repository
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Sync repository template
21-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
21+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
2222
with:
2323
github_token: ${{ github.token }}
2424

.github/workflows/stage-1-commit.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 0 # Full history is needed to scan all commits
5353
- name: "Scan secrets"
54-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
54+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
5555
check-file-format:
5656
name: "Check file format"
5757
runs-on: ubuntu-latest
@@ -62,7 +62,7 @@ jobs:
6262
with:
6363
fetch-depth: 0 # Full history is needed to compare branches
6464
- name: "Check file format"
65-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
65+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
6666
check-markdown-format:
6767
name: "Check Markdown format"
6868
runs-on: ubuntu-latest
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
fetch-depth: 0 # Full history is needed to compare branches
7575
- name: "Check Markdown format"
76-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
76+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
7777
terraform-docs:
7878
name: "Run terraform-docs"
7979
runs-on: ubuntu-latest
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
fetch-depth: 0 # Full history is needed to compare branches
110110
- name: "Check English usage"
111-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
111+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
112112
check-todo-usage:
113113
name: "Check TODO usage"
114114
runs-on: ubuntu-latest
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
fetch-depth: 0 # Full history is needed to compare branches
121121
- name: "Check TODO usage"
122-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
122+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
123123
detect-terraform-changes:
124124
name: "Detect Terraform Changes"
125125
runs-on: ubuntu-latest
@@ -154,7 +154,7 @@ jobs:
154154
- name: "Setup ASDF"
155155
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
156156
- name: "Lint Terraform"
157-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
157+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
158158
# TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549
159159
# trivy-iac:
160160
# name: "Trivy IaC Scan"
@@ -200,7 +200,7 @@ jobs:
200200
- name: "Checkout code"
201201
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
202202
- name: "Count lines of code"
203-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
203+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
204204
with:
205205
build_datetime: "${{ inputs.build_datetime }}"
206206
build_timestamp: "${{ inputs.build_timestamp }}"
@@ -219,7 +219,7 @@ jobs:
219219
- name: "Checkout code"
220220
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
221221
- name: "Scan dependencies"
222-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@5be2f2e952a6f439fb673e04aac5f5b7afcc2c2f # v4.0.1
222+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@7669c98143fa6cb2886f1112bcc9d422dbf02651 # v4.0.4
223223
with:
224224
build_datetime: "${{ inputs.build_datetime }}"
225225
build_timestamp: "${{ inputs.build_timestamp }}"

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
with:
246246
name: code-coverage-report
247247
- name: "Perform static analysis"
248-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@4.0.0
248+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@4.0.4
249249
with:
250250
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
251251
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"

0 commit comments

Comments
 (0)