Skip to content

Commit c300819

Browse files
committed
CCM-17346: Move To Shared Modules Model
1 parent f7f755b commit c300819

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 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.0.0
55+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@c49f0e52360edb291b09a39ae9c5ac1933716c6c # 3.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.0.0
66+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@c49f0e52360edb291b09a39ae9c5ac1933716c6c # 3.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.0.0
77+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@c49f0e52360edb291b09a39ae9c5ac1933716c6c # 3.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.0.0
112+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@c49f0e52360edb291b09a39ae9c5ac1933716c6c # 3.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.0.0
123+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@c49f0e52360edb291b09a39ae9c5ac1933716c6c # 3.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.0.0
159+
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@c49f0e52360edb291b09a39ae9c5ac1933716c6c # 3.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"

0 commit comments

Comments
 (0)