File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
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-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
30+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@cf765bb1264f0f44fba00516bd0412ac792d37c9
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-common-workflows/.github/workflows/tag-release.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
49+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
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 99
1010jobs :
1111 dependabot-auto-approve-and-merge :
12- uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
12+ uses : NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3cba6a3733673bafc95526503478674332c26007
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@ba86b0c6a2a3d4b87398e538e410cec90f57133d
36+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@cf765bb1264f0f44fba00516bd0412ac792d37c9
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@ba86b0c6a2a3d4b87398e538e410cec90f57133d
44+ uses : NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3cba6a3733673bafc95526503478674332c26007
4545
4646 get_issue_number :
4747 runs-on : ubuntu-22.04
7171
7272 tag_release :
7373 needs : [get_asdf_version]
74- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
74+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
7575 with :
7676 dry_run : true
7777 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-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
29+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@cf765bb1264f0f44fba00516bd0412ac792d37c9
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-common-workflows/.github/workflows/tag-release.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
48+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3cba6a3733673bafc95526503478674332c26007
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