From 59c7e92f98ecc0f7a44304e32f25ca2a88ea9c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:17:36 +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.17 to 2.0.18. - [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/48524f7fbe2481212921b484d6773456c94fcfde...878cd91fabbbce511c7fdff97551bbc1c42fcbd1) --- updated-dependencies: - dependency-name: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml dependency-version: 2.0.18 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 d80e5aa9..bfc522a6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -35,7 +35,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} pr_title_format_check: - uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@48524f7fbe2481212921b484d6773456c94fcfde + uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@878cd91fabbbce511c7fdff97551bbc1c42fcbd1 get_issue_number: runs-on: ubuntu-22.04