From 0b3eea18ce203531409363158fccd6cea0f28cd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 12:24:35 +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.27 to 2.0.28. - [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/f50de6fb1ba65afe3a36e53e0a221c11b29042df...b49130ecbac4f0a052642f6417a0ea0555240fd7) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml dependency-version: 2.0.28 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 fa716ab..6ebc50a 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@f50de6fb1ba65afe3a36e53e0a221c11b29042df + uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@b49130ecbac4f0a052642f6417a0ea0555240fd7 quality_checks: uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@ad79b8f5d8dc258c9ec731dc9f6dc47c9f1e7375 needs: [get_asdf_version, get_commit_id]