File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
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@a7daff06de7b695f601d9b1723ca184daca7d898
30+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
3131 needs : [get_asdf_version]
3232 with :
3333 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
Original file line number Diff line number Diff line change 5050 quality_checks :
5151 # always run, but only block in the non-skip case
5252 needs : [get_commit_message, get_asdf_version]
53- uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
53+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
5454 with :
5555 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
5656 secrets :
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-common-workflows/.github/workflows/quality-checks.yml@a7daff06de7b695f601d9b1723ca184daca7d898
28+ uses : NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@3cba6a3733673bafc95526503478674332c26007
2929 needs : [get_asdf_version]
3030 with :
3131 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
You can’t perform that action at this time.
0 commit comments