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@4 .0.0
55+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@v4 .0.3
5656 check-file-format :
5757 name : " Check file format"
5858 runs-on : ubuntu-latest
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@4 .0.0
66+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@v4 .0.3
6767 check-markdown-format :
6868 name : " Check Markdown format"
6969 runs-on : ubuntu-latest
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@4 .0.0
77+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@v4 .0.3
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@4 .0.0
112+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@v4 .0.3
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@4 .0.0
123+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@v4 .0.3
124124 detect-terraform-changes :
125125 name : " Detect Terraform Changes"
126126 runs-on : ubuntu-latest
@@ -154,9 +154,9 @@ jobs:
154154 - name : " Checkout code"
155155 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
156156 - name : " Setup ASDF"
157- uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
157+ uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1
158158 - name : " Lint Terraform"
159- uses : NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@4 .0.0
159+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@v4 .0.3
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@4 .0.0
201+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@v4 .0.3
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@4 .0.0
220+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@v4 .0.3
221221 with :
222222 build_datetime : " ${{ inputs.build_datetime }}"
223223 build_timestamp : " ${{ inputs.build_timestamp }}"
0 commit comments