File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2424 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2525 quality_checks :
26- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
26+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@5ac2707dd9cd60ad127275179495b9c890d74711
2727 needs :
2828 - get_asdf_version
2929 with :
3232 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
3333 tag_release :
3434 needs : [quality_checks, get_asdf_version]
35- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
35+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@5ac2707dd9cd60ad127275179495b9c890d74711
3636 with :
3737 dry_run : true
3838 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 99 dependabot-auto-approve-and-merge :
1010 needs : quality_checks
1111 uses : >-
12- NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
12+ NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@5ac2707dd9cd60ad127275179495b9c890d74711
1313 secrets :
1414 AUTOMERGE_APP_ID : ' ${{ secrets.AUTOMERGE_APP_ID }}'
1515 AUTOMERGE_PEM : ' ${{ secrets.AUTOMERGE_PEM }}'
3232 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3333 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
3434 quality_checks :
35- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
35+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@5ac2707dd9cd60ad127275179495b9c890d74711
3636 needs :
3737 - get_asdf_version
3838 with :
4141 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
4242 pr_title_format_check :
4343 uses : >-
44- NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
44+ NHSDigital/eps-common-workflows/.github/workflows/pr_title_check.yml@5ac2707dd9cd60ad127275179495b9c890d74711
4545 get_issue_number :
4646 runs-on : ubuntu-22.04
4747 needs : quality_checks
Original file line number Diff line number Diff line change 2424 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2525 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2626 quality_checks :
27- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
27+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@5ac2707dd9cd60ad127275179495b9c890d74711
2828 needs :
2929 - get_asdf_version
3030 with :
3333 SONAR_TOKEN : ' ${{ secrets.SONAR_TOKEN }}'
3434 tag_release :
3535 needs : [quality_checks, get_asdf_version]
36- uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@3166a790ef94af847ffcafc6b9fbadbf4c56f6d0
36+ uses : NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@5ac2707dd9cd60ad127275179495b9c890d74711
3737 with :
3838 dry_run : false
3939 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments