File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
4545 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
4646 quality_checks :
47- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
47+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
4848 needs : [get_asdf_version, get_commit_id]
4949 with :
5050 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
5353
5454 tag_release :
5555 needs : [quality_checks, get_commit_id, get_asdf_version]
56- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
56+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
5757 with :
5858 dry_run : true
5959 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 3737 asdf_version : ${{ needs.get_asdf_version.outputs.asdf_version }}
3838
3939 - name : Cache asdf
40- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb
40+ uses : actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
4141 with :
4242 path : |
4343 ~/.asdf
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@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
13+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
1414 secrets :
1515 AUTOMERGE_APP_ID : ${{ secrets.AUTOMERGE_APP_ID }}
1616 AUTOMERGE_PEM : ${{ secrets.AUTOMERGE_PEM }}
3232 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3333 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434 pr_title_format_check :
35- uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
35+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
3636 quality_checks :
37- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
37+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
3838 needs : [get_asdf_version, get_commit_id]
3939 with :
4040 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
@@ -109,7 +109,7 @@ jobs:
109109
110110 tag_release :
111111 needs : [get_commit_id, get_asdf_version]
112- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
112+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
113113 with :
114114 dry_run : true
115115 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 4545 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
4646 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
4747 quality_checks :
48- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
48+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
4949 needs : [get_asdf_version, get_commit_id]
5050 with :
5151 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
5454
5555 tag_release :
5656 needs : [quality_checks, get_commit_id, get_asdf_version]
57- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@b796becae6fece7d8d093e0aa976a05d3a5e5dbe
57+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552
5858 with :
5959 dry_run : false
6060 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments