File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2929
3030 quality_checks :
31- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
31+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3232 needs : [get_asdf_version]
3333 with :
3434 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
3737
3838 tag_release :
3939 needs : [quality_checks, get_asdf_version]
40- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
40+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
4141 with :
4242 dry_run : true
4343 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 2828 .github/scripts
2929
3030 - name : Configure AWS Credentials
31- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
31+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
3232 with :
3333 aws-region : eu-west-2
3434 role-to-assume : ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
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@4fb41faab9c92d8a1444719bc1ab45a989caf756
13+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3cba6a3733673bafc95526503478674332c26007
1414 secrets :
1515 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1616 AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
@@ -33,15 +33,15 @@ jobs:
3333 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434
3535 quality_checks :
36- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
36+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3737 needs : [get_asdf_version]
3838 with :
3939 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4040 secrets :
4141 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
4242
4343 pr_title_format_check :
44- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
44+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
4545
4646 get_issue_number :
4747 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 3232 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3333
3434 quality_checks :
35- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
35+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3636 needs : [get_asdf_version]
3737 with :
3838 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4141
4242 tag_release :
4343 needs : [quality_checks, get_asdf_version]
44- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@4fb41faab9c92d8a1444719bc1ab45a989caf756
44+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
4545 with :
4646 dry_run : false
4747 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 9696
9797 - name : Configure AWS Credentials
9898 id : connect_aws_pull_image
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 : ${{ secrets.CDK_PULL_IMAGE_ROLE }}
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Configure AWS Credentials
130130 id : connect_aws_for_deployment
131- uses : aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8
131+ uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
132132 with :
133133 aws-region : eu-west-2
134134 role-to-assume : ${{ secrets.CLOUD_FORMATION_DEPLOY_ROLE }}
Original file line number Diff line number Diff line change 3636
3737 - name : Generate a token to authenticate regression testing
3838 id : generate-token
39- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42
39+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94
4040 with :
4141 app-id : ${{ vars.REGRESSION_TESTS_APP_ID }}
4242 private-key : ${{ secrets.REGRESSION_TESTS_PEM }}
You can’t perform that action at this time.
0 commit comments