Skip to content

Commit 6830da1

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.30.0
2 parents c006818 + db33710 commit 6830da1

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2727
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
quality_checks:
29-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
29+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
3030
needs: [get_asdf_version]
3131
with:
3232
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
jobs:
1111
dependabot-auto-approve-and-merge:
1212
needs: quality_checks
13-
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
13+
uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
1414
secrets:
1515
AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }}
1616
AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }}
@@ -34,15 +34,15 @@ jobs:
3434
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3535
3636
quality_checks:
37-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
37+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
3838
needs: [get_asdf_version]
3939
with:
4040
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
4141
secrets:
4242
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4343

4444
pr_title_format_check:
45-
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
45+
uses: NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
4646

4747
get_issue_number:
4848
runs-on: ubuntu-22.04

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2424
2525
quality_checks:
26-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@41e3450a9869f278be0e431a4b47b5c77bd55559
26+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@86a580e5eb38584c877ccfba5fc6f3f071faeffe
2727
needs: [get_asdf_version]
2828
with:
2929
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}

.github/workflows/run_regression_tests.yml

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

3434
- name: Generate a token to authenticate regression testing
3535
id: generate-token
36-
uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
36+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf
3737
with:
3838
app-id: ${{ vars.REGRESSION_TESTS_APP_ID }}
3939
private-key: ${{ secrets.REGRESSION_TESTS_PEM }}
@@ -52,7 +52,7 @@ jobs:
5252
asdf_version: ${{ steps.asdf-version.outputs.version }}
5353

5454
- name: Cache asdf
55-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
55+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
5656
with:
5757
path: |
5858
~/.asdf

.github/workflows/sam_package_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
asdf_version: ${{ steps.asdf-version.outputs.version }}
2929

3030
- name: Cache asdf
31-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
31+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
3232
with:
3333
path: |
3434
~/.asdf

package-lock.json

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

packages/capabilityStatement/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/logger": "^2.30.0",
1919
"@middy/core": "^6.4.5",
2020
"@middy/input-output-logger": "^6.4.5",
21-
"@nhs/fhir-middy-error-handler": "^2.1.61"
21+
"@nhs/fhir-middy-error-handler": "^2.1.62"
2222
},
2323
"devDependencies": {
2424
"@pfp-common/testing": "^1.0.0"

packages/getMyPrescriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@middy/core": "^6.4.5",
2222
"@middy/http-header-normalizer": "^6.4.5",
2323
"@middy/input-output-logger": "^6.4.5",
24-
"@nhs/fhir-middy-error-handler": "^2.1.61",
24+
"@nhs/fhir-middy-error-handler": "^2.1.62",
2525
"@NHSDigital/eps-spine-client": "^2.1.69",
2626
"@prescriptionsforpatients/distanceSelling": "^1.0.0",
2727
"@types/fhir": "^0.0.41"

packages/nhsd-pfp-sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@aws-lambda-powertools/logger": "^2.30.0",
1818
"@middy/core": "^6.4.5",
1919
"@middy/input-output-logger": "^6.4.5",
20-
"@nhs/fhir-middy-error-handler": "^2.1.61"
20+
"@nhs/fhir-middy-error-handler": "^2.1.62"
2121
},
2222
"devDependencies": {
2323
"@pfp-common/testing": "^1.0.0"

packages/statusLambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@aws-lambda-powertools/parameters": "^2.29.0",
1919
"@middy/core": "^6.4.5",
2020
"@middy/input-output-logger": "^6.4.5",
21-
"@nhs/fhir-middy-error-handler": "^2.1.61",
21+
"@nhs/fhir-middy-error-handler": "^2.1.62",
2222
"@NHSDigital/eps-spine-client": "^2.1.69"
2323
}
2424
}

0 commit comments

Comments
 (0)