@@ -48,33 +48,33 @@ jobs:
4848 timeout-minutes : 5
4949 steps :
5050 - name : " Checkout code"
51- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
51+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@v4.0.3
55+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-secrets@v4.0.5
5656 check-file-format :
5757 name : " Check file format"
5858 runs-on : ubuntu-latest
5959 timeout-minutes : 5
6060 steps :
6161 - name : " Checkout code"
62- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
62+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@v4.0.3
66+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-file-format@v4.0.5
6767 check-markdown-format :
6868 name : " Check Markdown format"
6969 runs-on : ubuntu-latest
7070 timeout-minutes : 5
7171 steps :
7272 - name : " Checkout code"
73- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
73+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@v4.0.3
77+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-markdown-format@v4.0.5
7878 terraform-docs :
7979 name : " Run terraform-docs"
8080 runs-on : ubuntu-latest
8484 contents : write
8585 steps :
8686 - name : " Checkout code"
87- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
87+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8888 with :
8989 fetch-depth : 0 # Full history is needed to compare branches
9090 - name : " Check to see if Terraform Docs are up-to-date"
@@ -105,30 +105,30 @@ jobs:
105105 timeout-minutes : 5
106106 steps :
107107 - name : " Checkout code"
108- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
108+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@v4.0.3
112+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-english-usage@v4.0.5
113113 check-todo-usage :
114114 name : " Check TODO usage"
115115 runs-on : ubuntu-latest
116116 timeout-minutes : 5
117117 steps :
118118 - name : " Checkout code"
119- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
119+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@v4.0.3
123+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/check-todo-usage@v4.0.5
124124 detect-terraform-changes :
125125 name : " Detect Terraform Changes"
126126 runs-on : ubuntu-latest
127127 outputs :
128128 terraform_changed : ${{ steps.check.outputs.terraform_changed }}
129129 steps :
130130 - name : " Checkout code"
131- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
131+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
132132
133133 - name : " Check for Terraform changes"
134134 id : check
@@ -152,11 +152,11 @@ jobs:
152152 if : needs.detect-terraform-changes.outputs.terraform_changed == 'true'
153153 steps :
154154 - name : " Checkout code"
155- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
155+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
156156 - name : " Setup ASDF"
157157 uses : asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4.0.1
158158 - name : " Lint Terraform"
159- uses : NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@v4.0.3
159+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/lint-terraform@v4.0.5
160160 # TODO - Re-visit Trivy usage https://nhsd-jira.digital.nhs.uk/browse/CCM-15549
161161 # trivy-iac:
162162 # name: "Trivy IaC Scan"
@@ -168,9 +168,9 @@ jobs:
168168 # if: needs.detect-terraform-changes.outputs.terraform_changed == 'true'
169169 # steps:
170170 # - name: "Checkout code"
171- # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
171+ # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
172172 # - name: "Setup ASDF"
173- # uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
173+ # uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0
174174 # - name: "Trivy IaC Scan"
175175 # uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-iac@3.1.2
176176 # trivy-package:
@@ -182,9 +182,9 @@ jobs:
182182 # timeout-minutes: 10
183183 # steps:
184184 # - name: "Checkout code"
185- # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
185+ # uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
186186 # - name: "Setup ASDF"
187- # uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
187+ # uses: asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302 # v4.0.0
188188 # - name: "Trivy Package Scan"
189189 # uses: NHSDigital/nhs-notify-shared-modules/.github/actions/trivy-package@3.1.2
190190 count-lines-of-code :
@@ -196,9 +196,9 @@ jobs:
196196 timeout-minutes : 5
197197 steps :
198198 - name : " Checkout code"
199- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
199+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
200200 - name : " Count lines of code"
201- uses : NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@v4.0.3
201+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@v4.0.5
202202 with :
203203 build_datetime : " ${{ inputs.build_datetime }}"
204204 build_timestamp : " ${{ inputs.build_timestamp }}"
@@ -215,9 +215,9 @@ jobs:
215215 timeout-minutes : 5
216216 steps :
217217 - name : " Checkout code"
218- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
218+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
219219 - name : " Scan dependencies"
220- uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@v4.0.3
220+ uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@v4.0.5
221221 with :
222222 build_datetime : " ${{ inputs.build_datetime }}"
223223 build_timestamp : " ${{ inputs.build_timestamp }}"
0 commit comments