Skip to content

Commit a5b5ecc

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml from 6.0.9 to 6.0.11 (#516)
Bumps [NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml](https://github.com/nhsdigital/eps-common-workflows) from 6.0.9 to 6.0.11. <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/quality-checks-devcontainer.yml's releases</a>.</em></p> <blockquote> <h2>v6.0.11</h2> <h2><a href="https://github.com/NHSDigital/eps-common-workflows/compare/v6.0.10...v6.0.11">6.0.11</a> (2026-04-17)</h2> <h3>Chore</h3> <ul> <li>[AEA-0000] - use gitleaks for secret scanning (<a href="https://redirect.github.com/nhsdigital/eps-common-workflows/issues/143">#143</a>) (<a href="https://github.com/NHSDigital/eps-common-workflows/commit/bda627e2ce1a32ea56bcc815aec57b06cfa63c9d">bda627e</a>)</li> </ul> <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/bda627e2ce1a32ea56bcc815aec57b06cfa63c9d"><code>bda627e</code></a> Chore: [AEA-0000] - use gitleaks for secret scanning (<a href="https://redirect.github.com/nhsdigital/eps-common-workflows/issues/143">#143</a>)</li> <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...bda627e2ce1a32ea56bcc815aec57b06cfa63c9d">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 279e93b commit a5b5ecc

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
verify_published_from_main_image: true
1818
quality_checks:
19-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
19+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
2020
needs: [get_config_values]
2121
permissions:
2222
contents: read

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
verify_published_from_main_image: false
1515
quality_checks:
16-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
16+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1717
needs: [get_config_values]
1818
permissions:
1919
contents: read

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
verify_published_from_main_image: true
1717
quality_checks:
18-
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@8399c1f015c1304e40771cbd8ccc24c7ed48fdbc
18+
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1919
needs: [get_config_values]
2020
permissions:
2121
contents: read

0 commit comments

Comments
 (0)