Skip to content

Commit 63fe292

Browse files
authored
CCM-18036: Clean-Up Of Move To Shared Modules Model (#112)
1 parent 557e115 commit 63fe292

3 files changed

Lines changed: 10 additions & 10 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@3.1.2
18+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@4.0.0
1919
with:
2020
title: ${{ github.event.pull_request.title }}

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
fetch-depth: 0 # Full history is needed to scan all commits
5454
- name: "Scan secrets"
55-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.1.2
55+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@4.0.0
5656
check-file-format:
5757
name: "Check file format"
5858
runs-on: ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
fetch-depth: 0 # Full history is needed to compare branches
6565
- name: "Check file format"
66-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.1.2
66+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@4.0.0
6767
check-markdown-format:
6868
name: "Check Markdown format"
6969
runs-on: ubuntu-latest
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
fetch-depth: 0 # Full history is needed to compare branches
7676
- name: "Check Markdown format"
77-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.1.2
77+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@4.0.0
7878
terraform-docs:
7979
name: "Run terraform-docs"
8080
runs-on: ubuntu-latest
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
fetch-depth: 0 # Full history is needed to compare branches
111111
- name: "Check English usage"
112-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.1.2
112+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@4.0.0
113113
check-todo-usage:
114114
name: "Check TODO usage"
115115
runs-on: ubuntu-latest
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
fetch-depth: 0 # Full history is needed to compare branches
122122
- name: "Check TODO usage"
123-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.1.2
123+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@4.0.0
124124
detect-terraform-changes:
125125
name: "Detect Terraform Changes"
126126
runs-on: ubuntu-latest
@@ -156,7 +156,7 @@ jobs:
156156
- name: "Setup ASDF"
157157
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
158158
- name: "Lint Terraform"
159-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.1.2
159+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@4.0.0
160160
#TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549
161161
# trivy-iac:
162162
# name: "Trivy IaC Scan"
@@ -198,7 +198,7 @@ jobs:
198198
- name: "Checkout code"
199199
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
200200
- name: "Count lines of code"
201-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.1.2
201+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@4.0.0
202202
with:
203203
build_datetime: "${{ inputs.build_datetime }}"
204204
build_timestamp: "${{ inputs.build_timestamp }}"
@@ -217,7 +217,7 @@ jobs:
217217
- name: "Checkout code"
218218
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
219219
- name: "Scan dependencies"
220-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.1.2
220+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@4.0.0
221221
with:
222222
build_datetime: "${{ inputs.build_datetime }}"
223223
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
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
name: code-coverage-report
110110
- name: "Perform static analysis"
111-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.1.2
111+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@4.0.0
112112
with:
113113
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
114114
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"

0 commit comments

Comments
 (0)