Skip to content

Commit 39b204a

Browse files
committed
Merge branch 'master' into VED-956-Audit-Table-Update
2 parents aa5926f + b4e99e4 commit 39b204a

File tree

8 files changed

+35
-35
lines changed

8 files changed

+35
-35
lines changed

.github/workflows/create-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

1717
- name: Install Python 3.9
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v6.1.0
1919
with:
2020
python-version: 3.9
2121

.github/workflows/deploy-backend.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
6464

6565
- name: Connect to AWS
66-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
66+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
6767
with:
6868
aws-region: eu-west-2
6969
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -96,7 +96,7 @@ jobs:
9696
- name: Checkout
9797
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
9898

99-
- uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
99+
- uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
100100
with:
101101
aws-region: eu-west-2
102102
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -126,7 +126,7 @@ jobs:
126126
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
127127
run: pip install poetry==2.1.4
128128

129-
- uses: actions/setup-python@v6
129+
- uses: actions/setup-python@v6.1.0
130130
if: ${{ inputs.environment == 'dev' && inputs.create_mns_subscription }}
131131
with:
132132
python-version: 3.11

.github/workflows/pr-teardown.yml

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

2727
steps:
2828
- name: Connect to AWS
29-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
29+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
3030
with:
3131
aws-region: eu-west-2
3232
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install poetry
5353
run: pip install poetry==2.1.4
5454

55-
- uses: actions/setup-python@v6
55+
- uses: actions/setup-python@v6.1.0
5656
with:
5757
python-version: 3.11
5858
cache: "poetry"

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install poetry
4444
run: pip install poetry==2.1.4
4545

46-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
46+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
4747
with:
4848
python-version: 3.11
4949
cache: "poetry"
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install poetry
8585
run: pip install poetry==2.1.4
8686

87-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
87+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
8888
with:
8989
python-version: 3.11
9090
cache: "poetry"

.github/workflows/run-e2e-tests.yml

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

120120
- name: Connect to AWS
121121
if: ${{ env.TF_OUTPUTS_REQUIRED == 'true' }}
122-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
122+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
123123
with:
124124
aws-region: eu-west-2
125125
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install poetry
154154
run: pip install poetry==2.1.4
155155

156-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
156+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
157157
with:
158158
python-version: 3.11
159159
cache: "poetry"
@@ -210,7 +210,7 @@ jobs:
210210
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
211211

212212
- name: Connect to AWS
213-
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
213+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
214214
with:
215215
aws-region: eu-west-2
216216
role-to-assume: arn:aws:iam::${{ vars.AWS_ACCOUNT_ID }}:role/auto-ops
@@ -219,7 +219,7 @@ jobs:
219219
- name: Install poetry
220220
run: pip install poetry==2.1.4
221221

222-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
222+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548
223223
with:
224224
python-version: 3.11
225225
cache: "poetry"

lambdas/backend/poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"license": "MIT",
1515
"homepage": "https://github.com/NHSDigital/immunisation-fhir-api",
1616
"devDependencies": {
17-
"@redocly/cli": "^2.12.1",
17+
"@redocly/cli": "^2.12.2",
1818
"husky": "^9.1.7",
1919
"license-checker": "^25.0.1",
2020
"lint-staged": "^16.2.7",
21-
"prettier": "^3.7.3"
21+
"prettier": "^3.7.4"
2222
},
2323
"lint-staged": {
2424
"*": "prettier --ignore-unknown --write",

0 commit comments

Comments
 (0)