Skip to content

Commit 4a7ef6a

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml from 6.0.9 to 6.0.10 (#692)
Bumps [NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml](https://github.com/nhsdigital/eps-common-workflows) from 6.0.9 to 6.0.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nhsdigital/eps-common-workflows/releases">NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml's releases</a>.</em></p> <blockquote> <h2>v6.0.10</h2> <h2><a href="https://github.com/NHSDigital/eps-common-workflows/compare/v6.0.9...v6.0.10">6.0.10</a> (2026-04-16)</h2> <h3>Upgrade</h3> <ul> <li>[dependabot] - bump <code>@​aws-sdk/client-cloudformation</code> from 3.1023.0 to 3.1028.0 (<a href="https://redirect.github.com/nhsdigital/eps-common-workflows/issues/141">#141</a>) (<a href="https://github.com/NHSDigital/eps-common-workflows/commit/1c6afb1a594c7564cbcb34b9c9b0b8e8920d4690">1c6afb1</a>)</li> <li>[dependabot] - bump <code>@​aws-sdk/client-lambda</code> from 3.1023.0 to 3.1028.0 (<a href="https://redirect.github.com/nhsdigital/eps-common-workflows/issues/142">#142</a>) (<a href="https://github.com/NHSDigital/eps-common-workflows/commit/8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845">8b259f4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/NHSDigital/eps-common-workflows/commit/8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845"><code>8b259f4</code></a> Upgrade: [dependabot] - bump <code>@​aws-sdk/client-lambda</code> from 3.1023.0 to 3.1028.0...</li> <li><a href="https://github.com/NHSDigital/eps-common-workflows/commit/1c6afb1a594c7564cbcb34b9c9b0b8e8920d4690"><code>1c6afb1</code></a> Upgrade: [dependabot] - bump <code>@​aws-sdk/client-cloudformation</code> from 3.1023.0 to ...</li> <li>See full diff in <a href="https://github.com/nhsdigital/eps-common-workflows/compare/8399c1f015c1304e40771cbd8ccc24c7ed48fdbc...8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f1a5e9 commit 4a7ef6a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
tag_release:
3131
needs: [quality_checks, get_config_values]
32-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
32+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
3333
permissions:
3434
contents: write
3535
id-token: write

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
3636
tag_release:
3737
needs: [get_config_values]
38-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
38+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
3939
permissions:
4040
contents: write
4141
id-token: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
tag_release:
3232
needs: [quality_checks, get_config_values]
33-
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
33+
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
3434
permissions:
3535
contents: write
3636
id-token: write

0 commit comments

Comments
 (0)