4747 timeout-minutes : 5
4848 steps :
4949 - name : " Checkout code"
50- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
50+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151 with :
5252 fetch-depth : 0 # Full history is needed to scan all commits
5353 - name : " Scan secrets"
5858 timeout-minutes : 5
5959 steps :
6060 - name : " Checkout code"
61- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
61+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262 with :
6363 fetch-depth : 0 # Full history is needed to compare branches
6464 - name : " Check file format"
6969 timeout-minutes : 5
7070 steps :
7171 - name : " Checkout code"
72- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
72+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373 with :
7474 fetch-depth : 0 # Full history is needed to compare branches
7575 - name : " Check Markdown format"
8383 contents : write
8484 steps :
8585 - name : " Checkout code"
86- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
86+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787 with :
8888 fetch-depth : 0 # Full history is needed to compare branches
8989 - name : " Check to see if Terraform Docs are up-to-date"
@@ -104,7 +104,7 @@ jobs:
104104 timeout-minutes : 5
105105 steps :
106106 - name : " Checkout code"
107- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
107+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108108 with :
109109 fetch-depth : 0 # Full history is needed to compare branches
110110 - name : " Check English usage"
@@ -115,7 +115,7 @@ jobs:
115115 timeout-minutes : 5
116116 steps :
117117 - name : " Checkout code"
118- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
118+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
119119 with :
120120 fetch-depth : 0 # Full history is needed to compare branches
121121 - name : " Check TODO usage"
@@ -127,7 +127,7 @@ jobs:
127127 terraform_changed : ${{ steps.check.outputs.terraform_changed }}
128128 steps :
129129 - name : " Checkout code"
130- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
130+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131 - name : " Check for Terraform changes"
132132 id : check
133133 run : |
@@ -150,7 +150,7 @@ jobs:
150150 if : needs.detect-terraform-changes.outputs.terraform_changed == 'true'
151151 steps :
152152 - name : " Checkout code"
153- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
153+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
154154 - name : " Setup ASDF"
155155 uses : asdf-vm/actions/setup@1902764435ca0dd2f3388eea723a4f92a4eb8302
156156 - name : " Lint Terraform"
@@ -198,7 +198,7 @@ jobs:
198198 timeout-minutes : 5
199199 steps :
200200 - name : " Checkout code"
201- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
201+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
202202 - name : " Count lines of code"
203203 uses : NHSDigital/nhs-notify-shared-modules/.github/actions/create-lines-of-code-report@3.0.8
204204 with :
@@ -217,7 +217,7 @@ jobs:
217217 timeout-minutes : 5
218218 steps :
219219 - name : " Checkout code"
220- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
220+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
221221 - name : " Scan dependencies"
222222 uses : NHSDigital/nhs-notify-shared-modules/.github/actions/scan-dependencies@3.0.8
223223 with :
@@ -302,7 +302,7 @@ jobs:
302302 packages : read
303303 steps :
304304 - name : Checkout code
305- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
305+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
306306 - name : Setup NodeJS
307307 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
308308 with :
0 commit comments