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@v4 .0.5
54+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@4 .0.5
5555 check-file-format :
5656 name : " Check file format"
5757 runs-on : ubuntu-latest
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@v4 .0.5
65+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@4 .0.5
6666 check-markdown-format :
6767 name : " Check Markdown format"
6868 runs-on : ubuntu-latest
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@v4 .0.5
76+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@4 .0.5
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@v4 .0.5
111+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@4 .0.5
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@v4 .0.5
122+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@4 .0.5
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@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1
156156 - name : " Lint Terraform"
157- uses : NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@v4 .0.5
157+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@4 .0.5
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@v4 .0.5
203+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@4 .0.5
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@v4 .0.5
222+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@4 .0.5
223223 with :
224224 build_datetime : " ${{ inputs.build_datetime }}"
225225 build_timestamp : " ${{ inputs.build_timestamp }}"
0 commit comments