From d1c9400a9d12699aaf0d94640ba1f965aad5420a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 19:17:41 +0000 Subject: [PATCH 1/2] Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml Bumps [NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml](https://github.com/nhsdigital/eps-common-workflows) from 5.2.14 to 5.3.1. - [Release notes](https://github.com/nhsdigital/eps-common-workflows/releases) - [Changelog](https://github.com/NHSDigital/eps-common-workflows/blob/main/release.config.cjs) - [Commits](https://github.com/nhsdigital/eps-common-workflows/compare/e5c6c80d4acb09603dab4a0c8c69889d6e117f8e...a2edde3fb0e9816a25a5ba4923b4d509db83f552) --- updated-dependencies: - dependency-name: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml dependency-version: 5.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5518d79d..89f7365d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: tag_release: needs: [quality_checks, get_commit_id, get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e5c6c80d4acb09603dab4a0c8c69889d6e117f8e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index fcc34ebd..5cc1a8e9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -71,7 +71,7 @@ jobs: tag_release: needs: [get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e5c6c80d4acb09603dab4a0c8c69889d6e117f8e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b90694a..ed974f33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: tag_release: needs: [quality_checks, get_commit_id, get_asdf_version] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@e5c6c80d4acb09603dab4a0c8c69889d6e117f8e + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 with: dry_run: false asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} From bf32023922f0d20ea517cff31f5468df568ec51b Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Sat, 17 Jan 2026 15:28:37 +0000 Subject: [PATCH 2/2] fix it --- .github/workflows/ci.yml | 1 - .github/workflows/pull_request.yml | 1 - .github/workflows/release.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89f7365d..fffd31fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,6 @@ jobs: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} branch_name: main - publish_package: false tag_format: ${{ needs.get_asdf_version.outputs.tag_format }} secrets: inherit diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5cc1a8e9..c86d9ede 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -76,7 +76,6 @@ jobs: dry_run: true asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} branch_name: ${{ github.event.pull_request.head.ref }} - publish_package: false tag_format: ${{ needs.get_asdf_version.outputs.tag_format }} secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed974f33..591d1f82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,6 @@ jobs: dry_run: false asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }} branch_name: main - publish_package: false tag_format: ${{ needs.get_asdf_version.outputs.tag_format }} secrets: inherit