File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed 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-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
30+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.5
3131 needs : [get_asdf_version]
3232 with :
3333 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4646
4747 tag_release :
4848 needs : [quality_checks, get_commit_id, get_asdf_version]
49- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
49+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f3d071da30cd01dc0e4472ac0e2d7452db78d1c7
5050 with :
5151 dry_run : true
5252 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 4444 quality_checks :
4545 # always run, but only block in the non-skip case
4646 needs : [get_commit_message, get_asdf_version]
47- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
47+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.5
4848 with :
4949 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
5050 secrets :
@@ -114,7 +114,7 @@ jobs:
114114 run : echo "Skipping QC gate per commit message."
115115
116116 pr_title_format_check :
117- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@361957c147279f5f0f68b64fde9927833363d5f7
117+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f3d071da30cd01dc0e4472ac0e2d7452db78d1c7
118118
119119 get_issue_number :
120120 runs-on : ubuntu-22.04
@@ -144,7 +144,7 @@ jobs:
144144
145145 tag_release :
146146 needs : [get_asdf_version]
147- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
147+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f3d071da30cd01dc0e4472ac0e2d7452db78d1c7
148148 with :
149149 dry_run : true
150150 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 2525 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2626 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2727 quality_checks :
28- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
28+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.5
2929 needs : [get_asdf_version]
3030 with :
3131 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4444
4545 tag_release :
4646 needs : [quality_checks, get_commit_id, get_asdf_version]
47- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@361957c147279f5f0f68b64fde9927833363d5f7
47+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f3d071da30cd01dc0e4472ac0e2d7452db78d1c7
4848 with :
4949 dry_run : false
5050 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments