Skip to content

Commit dd8199d

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml from 6.0.10 to 6.0.11 (#21)
Bumps [NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml](https://github.com/nhsdigital/eps-common-workflows) from 6.0.10 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/get-repo-config.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> </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>See full diff in <a href="https://github.com/nhsdigital/eps-common-workflows/compare/8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845...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 192609a commit dd8199d

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
@@ -6,7 +6,7 @@ on:
66
permissions: {}
77
jobs:
88
get_config_values:
9-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
9+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1010
permissions:
1111
attestations: "read"
1212
contents: "read"

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
permissions: {}
66
jobs:
77
get_config_values:
8-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
8+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
99
permissions:
1010
attestations: "read"
1111
contents: "read"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
permissions: {}
88
jobs:
99
get_config_values:
10-
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@8b259f4f2d2b8ff1345fb0d2f9b9f0fbb9d19845
10+
uses: NHSDigital/eps-common-workflows/.github/workflows/get-repo-config.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
1111
permissions:
1212
attestations: "read"
1313
contents: "read"

0 commit comments

Comments
 (0)