File tree Expand file tree Collapse file tree 10 files changed +19
-19
lines changed
Expand file tree Collapse file tree 10 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1010jobs :
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments