File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828 quality_checks :
29- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
29+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
3030 needs : [get_asdf_version]
3131 secrets :
3232 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 2626 TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2727 echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
2828 quality_checks :
29- uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.3
29+ uses : NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
3030 needs : [get_asdf_version]
3131 with :
3232 asdfVersion : ${{ needs.get_asdf_version.outputs.asdf_version }}
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@56891c92a8c3840f4d38464a421acaf323debbb3
38+ uses : NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f3d071da30cd01dc0e4472ac0e2d7452db78d1c7
3939
4040 get_issue_number :
4141 runs-on : ubuntu-22.04
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.4
2929 needs : [get_asdf_version]
3030 secrets :
3131 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments