Skip to content

Commit 647270b

Browse files
Bump actions/checkout from 4.3.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4.3.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57e7208 commit 647270b

13 files changed

Lines changed: 47 additions & 47 deletions

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
deploy_proxy: ${{ steps.deploy_proxy.outputs.deploy_proxy }}
3434
steps:
3535
- name: "Checkout code"
36-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3737
- name: "Set CI/CD variables"
3838
id: variables
3939
run: |

.github/workflows/cicd-3-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# tag: ${{ steps.variables.outputs.tag }}
3838
steps:
3939
- name: "Checkout code"
40-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
- name: "Set CI/CD variables"
4242
id: variables
4343
run: |
@@ -70,7 +70,7 @@ jobs:
7070
needs: metadata
7171
steps:
7272
- name: "Checkout code"
73-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
73+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7474
- name: "Get version"
7575
id: get-asset-version
7676
shell: bash

.github/workflows/manual-proxy-environment-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Deploy to Environment
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3434
with:
3535
node-version: 22

.github/workflows/pr_closed.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
51+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
- name: Updating Main Environment
5353
env:
5454
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
@@ -74,7 +74,7 @@ jobs:
7474
packages: read
7575
steps:
7676
- name: Checkout code
77-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
77+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878
- name: Setup NodeJS
7979
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8080
with:
@@ -110,7 +110,7 @@ jobs:
110110
packages: read
111111
steps:
112112
- name: "Checkout code"
113-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
113+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114114
- name: "Repo setup"
115115
uses: ./.github/actions/node-install
116116
with:
@@ -133,7 +133,7 @@ jobs:
133133

134134
steps:
135135
- name: Checkout code
136-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
137137
- name: Setup NodeJS
138138
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
139139
with:

.github/workflows/pr_destroy_dynamic_env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
23+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Trigger dynamic environment destruction
2626
env:
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545

4646
steps:
47-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
47+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848

4949
- name: Trigger dynamic proxy destruction
5050
env:

.github/workflows/release_created.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
- name: Deploy Nonprod Environment
3131
env:
3232
APP_CLIENT_ID: ${{ secrets.APP_CLIENT_ID }}
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: "Checkout code"
60-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
60+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6161
- name: "Build proxies"
6262
uses: ./.github/actions/build-proxies
6363
with:

.github/workflows/scheduled-repository-template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Check out the repository
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Sync repository template
2121
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/sync-template-repo@3.0.8
2222
with:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
3636
with:
3737
persist-credentials: false
3838

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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"
@@ -58,7 +58,7 @@ jobs:
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"
@@ -69,7 +69,7 @@ jobs:
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"
@@ -83,7 +83,7 @@ jobs:
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"
@@ -169,7 +169,7 @@ jobs:
169169
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
170170
# steps:
171171
# - name: "Checkout code"
172-
# uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
172+
# uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
173173
# - name: "Setup ASDF"
174174
# uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
175175
# - name: "Trivy IaC Scan"
@@ -184,7 +184,7 @@ jobs:
184184
# timeout-minutes: 10
185185
# steps:
186186
# - name: "Checkout code"
187-
# uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
187+
# uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
188188
# - name: "Setup ASDF"
189189
# uses: asdf-vm/actions/setup@b7bcd026f18772e44fe1026d729e1611cc435d47
190190
# - name: "Trivy Package Scan"
@@ -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:
@@ -239,7 +239,7 @@ jobs:
239239

240240
steps:
241241
- name: "Checkout code"
242-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
242+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
243243
with:
244244
fetch-depth: 0
245245

@@ -274,7 +274,7 @@ jobs:
274274
contents: read
275275
steps:
276276
- name: Checkout code
277-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
277+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
278278
- name: Check schema versions
279279
run: |
280280
source scripts/is_valid_increment.sh
@@ -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:

.github/workflows/stage-2-test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
timeout-minutes: 5
4949
steps:
5050
- name: "Checkout code"
51-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
51+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
- name: Setup NodeJS
5353
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5454
with:
@@ -79,7 +79,7 @@ jobs:
7979
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8080
steps:
8181
- name: "Checkout code"
82-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
82+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383
- name: Setup NodeJS
8484
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
8585
with:
@@ -127,7 +127,7 @@ jobs:
127127
contents: read
128128
steps:
129129
- name: "Checkout code"
130-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
130+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
131131
- name: "Cache node_modules"
132132
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
133133
with:
@@ -155,7 +155,7 @@ jobs:
155155
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
156156
steps:
157157
- name: "Checkout code"
158-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
158+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
159159
- name: Setup NodeJS
160160
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
161161
with:
@@ -188,7 +188,7 @@ jobs:
188188
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
189189
steps:
190190
- name: "Checkout code"
191-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
191+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
192192
- name: Setup NodeJS
193193
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
194194
with:
@@ -220,7 +220,7 @@ jobs:
220220
timeout-minutes: 5
221221
steps:
222222
- name: "Checkout code"
223-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
223+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
224224
- name: "Run test coverage check"
225225
run: |
226226
make test-coverage
@@ -237,7 +237,7 @@ jobs:
237237
timeout-minutes: 5
238238
steps:
239239
- name: "Checkout code"
240-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
240+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241241
with:
242242
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
243243
- name: "Download coverage report for SONAR"

0 commit comments

Comments
 (0)