From 6856c0d0d0de77cdcddd017c176b23e162d07bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 18:22:35 +0000 Subject: [PATCH 1/2] Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml Bumps [NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml](https://github.com/nhsdigital/eps-common-workflows) from 5.5.2 to 5.6.3. - [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/2a083514efbae0b9ddacfcc87b9d285767b686b8...141907b215220e95e3ed3811d0fe8fa18675dbed) --- updated-dependencies: - dependency-name: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml dependency-version: 5.6.3 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 a82c01f..9ddb8c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: tag_release: needs: [quality_checks, get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@2a083514efbae0b9ddacfcc87b9d285767b686b8 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@141907b215220e95e3ed3811d0fe8fa18675dbed with: dry_run: true pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1813536..825aa51 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -29,7 +29,7 @@ jobs: tag_release: needs: [get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@2a083514efbae0b9ddacfcc87b9d285767b686b8 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@141907b215220e95e3ed3811d0fe8fa18675dbed with: dry_run: true pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e46545d..370c2d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: tag_release: needs: [quality_checks, get_config_values] - uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@2a083514efbae0b9ddacfcc87b9d285767b686b8 + uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@141907b215220e95e3ed3811d0fe8fa18675dbed with: dry_run: false pinned_image: ${{ needs.get_config_values.outputs.pinned_image }} From bb60c8cf73748d5cf5d43b92dddea3dc1e70a6a0 Mon Sep 17 00:00:00 2001 From: Anthony Brown Date: Mon, 9 Mar 2026 13:04:48 +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 9ddb8c5..d590a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,5 +27,4 @@ jobs: branch_name: main publish_packages: . tag_format: ${{ needs.get_config_values.outputs.tag_format }} - verify_published_from_main_image: true secrets: inherit diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 825aa51..8ae1919 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -36,5 +36,4 @@ jobs: branch_name: ${{ github.event.pull_request.head.ref }} publish_packages: . tag_format: ${{ needs.get_config_values.outputs.tag_format }} - verify_published_from_main_image: false secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 370c2d6..5f038d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,3 @@ jobs: branch_name: main publish_packages: . tag_format: ${{ needs.get_config_values.outputs.tag_format }} - verify_published_from_main_image: true