Skip to content

Commit db79b8a

Browse files
CCM-15867 Consolidating shared scripts
1 parent 510b037 commit db79b8a

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Sync repository template
22-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.7
22+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.8
2323
with:
2424
github_token: ${{ github.token }}
2525

.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@3.0.7
54+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@3.0.8
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@3.0.7
65+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@3.0.8
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@3.0.7
76+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@3.0.8
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@3.0.7
111+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@3.0.8
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@3.0.7
122+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@3.0.8
123123
detect-terraform-changes:
124124
name: "Detect Terraform Changes"
125125
runs-on: ubuntu-latest
@@ -155,7 +155,7 @@ jobs:
155155
- name: "Setup ASDF"
156156
uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
157157
- name: "Lint Terraform"
158-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.7
158+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@3.0.8
159159
# TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549
160160
# trivy-iac:
161161
# name: "Trivy IaC Scan"
@@ -201,7 +201,7 @@ jobs:
201201
- name: "Checkout code"
202202
uses: actions/checkout@v5
203203
- name: "Count lines of code"
204-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.7
204+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.8
205205
with:
206206
build_datetime: "${{ inputs.build_datetime }}"
207207
build_timestamp: "${{ inputs.build_timestamp }}"
@@ -220,7 +220,7 @@ jobs:
220220
- name: "Checkout code"
221221
uses: actions/checkout@v5
222222
- name: "Scan dependencies"
223-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.7
223+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.8
224224
with:
225225
build_datetime: "${{ inputs.build_datetime }}"
226226
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@3.0.7
248+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/perform-static-analysis@3.0.8
249249
with:
250250
sonar_organisation_key: "${{ vars.SONAR_ORGANISATION_KEY }}"
251251
sonar_project_key: "${{ vars.SONAR_PROJECT_KEY }}"

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: "Checkout code"
5555
uses: actions/checkout@v5
5656
- name: "Build docs"
57-
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.7
57+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/build-docs@3.0.8
5858
with:
5959
version: "${{ inputs.version }}"
6060
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scripts/config/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
)$
2929
3030
- repo: https://github.com/NHSDigital/nhs-notify-shared-modules
31-
rev: 3.0.0
31+
rev: 3.0.8
3232
hooks:
3333
- id: sort-dictionary
3434
- id: scan-secrets

0 commit comments

Comments
 (0)