Skip to content

Commit c46a4f5

Browse files
authored
Merge pull request #5278 from nhsuk/next
2 parents 20d24ea + 0a3641d commit c46a4f5

File tree

150 files changed

+3411
-1285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+3411
-1285
lines changed

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
id-token: write
9090
steps:
9191
- name: Checkout code
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393
with:
9494
ref: ${{ env.git_ref }}
9595
- name: Write build SHA

.github/workflows/data-replication-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
git-sha: ${{ steps.get-git-sha.outputs.git-sha }}
6262
steps:
6363
- name: Checkout code
64-
uses: actions/checkout@v5
64+
uses: actions/checkout@v6
6565
with:
6666
ref: ${{ env.git_ref_to_deploy }}
6767
- name: Get git sha
@@ -84,7 +84,7 @@ jobs:
8484
id-token: write
8585
steps:
8686
- name: Checkout code
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888
with:
8989
ref: ${{ env.git_ref_to_deploy }}
9090
- name: Configure AWS Credentials

.github/workflows/deploy-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
git-sha: ${{ steps.get-git-sha.outputs.git-sha }}
7777
steps:
7878
- name: Checkout code
79-
uses: actions/checkout@v5
79+
uses: actions/checkout@v6
8080
with:
8181
ref: ${{ inputs.git_ref_to_deploy || github.sha }}
8282
- name: Get git sha
@@ -105,7 +105,7 @@ jobs:
105105
repository_name: ${{ matrix.service == 'ops' && 'mavis/ops' || 'mavis/webapp' }}
106106
steps:
107107
- name: Checkout code
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109
id: checkout-code
110110
with:
111111
ref: ${{ needs.determine-git-sha.outputs.git-sha }}

.github/workflows/deploy-backup-infrastructure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id-token: write
3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
- name: Configure AWS Credentials
4040
uses: aws-actions/configure-aws-credentials@v5
4141
with:
@@ -74,7 +74,7 @@ jobs:
7474
id-token: write
7575
steps:
7676
- name: Checkout code
77-
uses: actions/checkout@v5
77+
uses: actions/checkout@v6
7878
- name: Configure AWS Credentials
7979
uses: aws-actions/configure-aws-credentials@v5
8080
with:

.github/workflows/deploy-infrastructure.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id-token: write
5050
steps:
5151
- name: Checkout code
52-
uses: actions/checkout@v5
52+
uses: actions/checkout@v6
5353
with:
5454
ref: ${{ env.git_ref_to_deploy }}
5555
- name: Configure AWS Credentials
@@ -90,7 +90,7 @@ jobs:
9090
id-token: write
9191
steps:
9292
- name: Checkout code
93-
uses: actions/checkout@v5
93+
uses: actions/checkout@v6
9494
with:
9595
ref: ${{ env.git_ref_to_deploy }}
9696
- name: Configure AWS Credentials

.github/workflows/deploy-monitoring.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working-directory: terraform/monitoring/aws
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747
with:
4848
ref: ${{ env.git_ref_to_deploy }}
4949
- name: Configure AWS Credentials
@@ -95,7 +95,7 @@ jobs:
9595
working-directory: terraform/monitoring/aws
9696
steps:
9797
- name: Checkout code
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
with:
100100
ref: ${{ env.git_ref_to_deploy }}
101101
- name: Configure AWS Credentials
@@ -130,7 +130,7 @@ jobs:
130130
working-directory: terraform/monitoring
131131
steps:
132132
- name: Checkout code
133-
uses: actions/checkout@v5
133+
uses: actions/checkout@v6
134134
with:
135135
ref: ${{ env.git_ref_to_deploy }}
136136
- name: Configure AWS Credentials

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
git-sha: ${{ steps.get-git-sha.outputs.git-sha }}
7474
steps:
7575
- name: Checkout code
76-
uses: actions/checkout@v5
76+
uses: actions/checkout@v6
7777
with:
7878
ref: ${{ inputs.git_ref_to_deploy || github.sha }}
7979
- name: Get git sha
@@ -89,7 +89,7 @@ jobs:
8989
id-token: write
9090
steps:
9191
- name: Checkout code
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393
with:
9494
ref: ${{ github.ref_name }}
9595
- name: Configure AWS Credentials
@@ -115,7 +115,7 @@ jobs:
115115
id-token: write
116116
steps:
117117
- name: Checkout code
118-
uses: actions/checkout@v5
118+
uses: actions/checkout@v6
119119
with:
120120
ref: ${{ github.ref_name }}
121121
- name: Configure AWS Credentials

.github/workflows/destroy-infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: terraform/app
3636
steps:
3737
- name: Checkout code
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939
- name: Configure AWS Credentials
4040
uses: aws-actions/configure-aws-credentials@v5
4141
with:

.github/workflows/draft-new-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- name: Generate release notes

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
bundler-cache: true

0 commit comments

Comments
 (0)