diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 25196be..c3a77f3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -32,7 +32,7 @@ jobs: TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml) echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT" pr_title_format_check: - uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@fbedfb29dc4e8292e3ba28f4ee93881caa00fa5d + uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@8cdc1531dacd2db6ad4b18ff302b97597ed92955 quality_checks: uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@2eb8f078b68454b53e83a62b4a6422c0f7aae6b3 needs: [get_asdf_version, get_commit_id]