From c26ffbe08d672491004e1ebd177a67989eb77ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 12:32:58 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml Bumps [NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml](https://github.com/nhsdigital/eps-workflow-semantic-release) from 2.0.19 to 2.0.27. - [Release notes](https://github.com/nhsdigital/eps-workflow-semantic-release/releases) - [Changelog](https://github.com/NHSDigital/eps-workflow-semantic-release/blob/main/release.config.cjs) - [Commits](https://github.com/nhsdigital/eps-workflow-semantic-release/compare/8cdc1531dacd2db6ad4b18ff302b97597ed92955...f50de6fb1ba65afe3a36e53e0a221c11b29042df) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml dependency-version: 2.0.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 71809b0..736e8d8 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@8cdc1531dacd2db6ad4b18ff302b97597ed92955 + uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f50de6fb1ba65afe3a36e53e0a221c11b29042df quality_checks: uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@ad79b8f5d8dc258c9ec731dc9f6dc47c9f1e7375 needs: [get_asdf_version, get_commit_id]