Skip to content

Commit 5a15f86

Browse files
Upgrade: [dependabot] - bump NHSDigital/eps-workflow-quality-checks from 4.1.3 to 5.1.0 (#466)
Bumps [NHSDigital/eps-workflow-quality-checks](https://github.com/nhsdigital/eps-workflow-quality-checks) from 4.1.3 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nhsdigital/eps-workflow-quality-checks/releases">NHSDigital/eps-workflow-quality-checks's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <h1><a href="https://github.com/NHSDigital/eps-workflow-quality-checks/compare/v5.0.0...v5.1.0">5.1.0</a> (2025-10-24)</h1> <h3>New</h3> <ul> <li>[AEA-5667] - Run CloudFormation Guard against Terraform plans (<a href="https://redirect.github.com/nhsdigital/eps-workflow-quality-checks/issues/24">#24</a>) (<a href="https://github.com/NHSDigital/eps-workflow-quality-checks/commit/4a6d03ad51516eddc448daf454805f85fe2025b9">4a6d03a</a>)</li> </ul> <h2>Info</h2> <p><a href="https://github.com/NHSDigital/eps-workflow-quality-checks/compare/cb3642c115ce...4a6d03ad5151">See code diff</a> <a href="https://github.com/NHSDigital/eps-workflow-quality-checks/actions/runs/18777144246">Release workflow run</a></p> <p>It was initialized by <a href="https://github.com/originalphil">originalphil</a></p> <h2>v5.0.0</h2> <h1><a href="https://github.com/NHSDigital/eps-workflow-quality-checks/compare/v4.1.3...v5.0.0">5.0.0</a> (2025-10-22)</h1> <h3>Breaking</h3> <ul> <li>[AEA-0000] - use common release tagging (<a href="https://redirect.github.com/nhsdigital/eps-workflow-quality-checks/issues/22">#22</a>) (<a href="https://github.com/NHSDigital/eps-workflow-quality-checks/commit/cb3642c115ceff7be6e2c4a7a63d36ae29b1a339">cb3642c</a>)</li> </ul> <h2>Info</h2> <p><a href="https://github.com/NHSDigital/eps-workflow-quality-checks/compare/a7ef5c07fc99...cb3642c115ce">See code diff</a> <a href="https://github.com/NHSDigital/eps-workflow-quality-checks/actions/runs/18716186034">Release workflow run</a></p> <p>It was initialized by <a href="https://github.com/anthony-nhs">anthony-nhs</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/NHSDigital/eps-workflow-quality-checks/commit/4a6d03ad51516eddc448daf454805f85fe2025b9"><code>4a6d03a</code></a> New: [AEA-5667] - Run CloudFormation Guard against Terraform plans (<a href="https://redirect.github.com/nhsdigital/eps-workflow-quality-checks/issues/24">#24</a>)</li> <li><a href="https://github.com/NHSDigital/eps-workflow-quality-checks/commit/cb3642c115ceff7be6e2c4a7a63d36ae29b1a339"><code>cb3642c</code></a> Breaking: [AEA-0000] - use common release tagging (<a href="https://redirect.github.com/nhsdigital/eps-workflow-quality-checks/issues/22">#22</a>)</li> <li>See full diff in <a href="https://github.com/nhsdigital/eps-workflow-quality-checks/compare/v4.1.3...v5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NHSDigital/eps-workflow-quality-checks&package-manager=github_actions&previous-version=4.1.3&new-version=5.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anthony Brown <[email protected]>
1 parent d940b55 commit 5a15f86

File tree

4 files changed

+45
-17
lines changed

4 files changed

+45
-17
lines changed

.devcontainer/Dockerfile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,26 @@ RUN apt-get update \
1717
RUN apt-get -y install --no-install-recommends \
1818
libffi-dev libsqlite3-dev
1919

20+
# Download correct AWS CLI for arch
21+
RUN if [ "$TARGETARCH" = "arm64" ] || [ "$TARGETARCH" == "aarch64" ]; then \
22+
wget -O /tmp/awscliv2.zip "https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip"; \
23+
else \
24+
wget -O /tmp/awscliv2.zip "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip"; \
25+
fi && \
26+
unzip /tmp/awscliv2.zip -d /tmp/aws-cli && \
27+
/tmp/aws-cli/aws/install && \
28+
rm /tmp/awscliv2.zip && rm -rf /tmp/aws-cli
29+
30+
# Download correct SAM CLI for arch
31+
RUN if [ "$TARGETARCH" = "arm64" ] || [ "$TARGETARCH" == "aarch64" ]; then \
32+
wget -O /tmp/aws-sam-cli.zip "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-arm64.zip"; \
33+
else \
34+
wget -O /tmp/aws-sam-cli.zip "https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip"; \
35+
fi && \
36+
unzip /tmp/aws-sam-cli.zip -d /tmp/aws-sam-cli && \
37+
/tmp/aws-sam-cli/install && \
38+
rm /tmp/aws-sam-cli.zip && rm -rf /tmp/aws-sam-cli
39+
2040
# Install ASDF
2141
RUN ASDF_VERSION=$(awk '!/^#/ && NF {print $1; exit}' /tmp/.tool-versions.asdf) && \
2242
wget -O /tmp/asdf.tar.gz https://github.com/asdf-vm/asdf/releases/download/v${ASDF_VERSION}/asdf-v${ASDF_VERSION}-linux-amd64.tar.gz; \

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches: [main]
66

77
jobs:
8-
quality_checks:
9-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
10-
secrets:
11-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
128
get_asdf_version:
139
runs-on: ubuntu-22.04
1410
outputs:
@@ -26,6 +22,13 @@ jobs:
2622
run: |
2723
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
2824
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
25+
quality_checks:
26+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@4a6d03ad51516eddc448daf454805f85fe2025b9
27+
needs: [get_asdf_version]
28+
with:
29+
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
30+
secrets:
31+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2932

3033
tag_release:
3134
needs: [quality_checks, get_asdf_version]

.github/workflows/pull_request.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ on:
55
branches: [main]
66

77
jobs:
8-
quality_checks:
9-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
10-
secrets:
11-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
12-
13-
pr_title_format_check:
14-
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
15-
168
get_asdf_version:
179
runs-on: ubuntu-22.04
1810
outputs:
@@ -30,6 +22,16 @@ jobs:
3022
run: |
3123
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3224
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
25+
quality_checks:
26+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@4a6d03ad51516eddc448daf454805f85fe2025b9
27+
needs: [get_asdf_version]
28+
with:
29+
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
30+
secrets:
31+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
32+
33+
pr_title_format_check:
34+
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/pr_title_check.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99
3335

3436
tag_release:
3537
needs: [get_asdf_version]

.github/workflows/release.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ on:
66
- cron: "0 8 * * 3"
77

88
jobs:
9-
quality_checks:
10-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
11-
secrets:
12-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
13-
149
get_asdf_version:
1510
runs-on: ubuntu-22.04
1611
outputs:
@@ -28,6 +23,14 @@ jobs:
2823
run: |
2924
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
3025
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
26+
quality_checks:
27+
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@4a6d03ad51516eddc448daf454805f85fe2025b9
28+
needs: [get_asdf_version]
29+
with:
30+
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
31+
secrets:
32+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33+
3134
tag_release:
3235
needs: [quality_checks, get_asdf_version]
3336
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@f80157cecce288dd175e61b477a1d2dbe9c88b99

0 commit comments

Comments
 (0)