File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6666 Makefile \
6767 cdk.json
6868
69- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
69+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
7070 name : upload build artifact
7171 with :
7272 name : build_artifact
Original file line number Diff line number Diff line change 5353 role-session-name : eps-vpc-resources-pull-image
5454
5555 - name : build_artifact download
56- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
56+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
5757 with :
5858 name : build_artifact
5959
Original file line number Diff line number Diff line change 2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
2929 quality_checks :
30- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
30+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
3131 needs : [get_asdf_version]
3232 with :
3333 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 99
1010jobs :
1111 dependabot-auto-approve-and-merge :
12- uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
12+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
1313 secrets :
1414 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1515 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@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
36+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
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@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
44+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
4545
4646 get_issue_number :
4747 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change 2626 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727
2828 quality_checks :
29- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@0bffe7daa48a5f12a0f8aae8fecfac7c6f75fbb4
29+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@2b3ddfd1e59daf9905522d0140c6cd08e2547432
3030 needs : [get_asdf_version]
3131 with :
3232 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments