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@4a6d03ad51516eddc448daf454805f85fe2025b9
30+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@2eb8f078b68454b53e83a62b4a6422c0f7aae6b3
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@7c0d0e06afc120ec47372b479aa147ff9b453bca
49+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@dfe382696a37973eeb78ada43e3117fde9f1b875
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 @@ -27,15 +27,15 @@ jobs:
2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828
2929 quality_checks :
30- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@4a6d03ad51516eddc448daf454805f85fe2025b9
30+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@2eb8f078b68454b53e83a62b4a6422c0f7aae6b3
3131 needs : [get_asdf_version]
3232 with :
3333 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
3434 secrets :
3535 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3636
3737 pr_title_format_check :
38- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@7c0d0e06afc120ec47372b479aa147ff9b453bca
38+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@dfe382696a37973eeb78ada43e3117fde9f1b875
3939
4040 get_issue_number :
4141 runs-on : ubuntu-22.04
6565
6666 tag_release :
6767 needs : [get_asdf_version]
68- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@7c0d0e06afc120ec47372b479aa147ff9b453bca
68+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@dfe382696a37973eeb78ada43e3117fde9f1b875
6969 with :
7070 dry_run : true
7171 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
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-workflow-quality-checks/.github/workflows/quality-checks.yml@4a6d03ad51516eddc448daf454805f85fe2025b9
29+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@2eb8f078b68454b53e83a62b4a6422c0f7aae6b3
3030 needs : [get_asdf_version]
3131 with :
3232 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
4545
4646 tag_release :
4747 needs : [quality_checks, get_commit_id, get_asdf_version]
48- uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@7c0d0e06afc120ec47372b479aa147ff9b453bca
48+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@dfe382696a37973eeb78ada43e3117fde9f1b875
4949 with :
5050 dry_run : false
5151 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments