From af9081078ac7d3085c2439eb1e137d0cc45be653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 21:03:40 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [orgoro/coverage](https://github.com/orgoro/coverage) and [github/combine-prs](https://github.com/github/combine-prs). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) Updates `orgoro/coverage` from c65003f41276ea33fe3a3a5d53df8b340462e8fa to 7dbd48c7f7ed09df337ff40058340c85bc93cb3d - [Release notes](https://github.com/orgoro/coverage/releases) - [Commits](https://github.com/orgoro/coverage/compare/c65003f41276ea33fe3a3a5d53df8b340462e8fa...7dbd48c7f7ed09df337ff40058340c85bc93cb3d) Updates `github/combine-prs` from 5.0.0 to 5.2.0 - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](https://github.com/github/combine-prs/compare/v5.0.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: orgoro/coverage dependency-version: 7dbd48c7f7ed09df337ff40058340c85bc93cb3d dependency-type: direct:production dependency-group: dependencies - dependency-name: github/combine-prs dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-develop.yml | 6 +++--- .github/workflows/pull-request.yml | 10 +++++----- .../workflows/scheduled-combine-dependabot-prs.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index eafb8da..5c071a7 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -50,7 +50,7 @@ jobs: - name: code coverage report if: ${{ github.event_name == 'pull_request' }} - uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa + uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d with: coverageFile: reports/coverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -98,7 +98,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:') steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c81e8ab..5234685 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -18,7 +18,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -133,7 +133,7 @@ jobs: - name: code coverage report if: ${{ github.event_name == 'pull_request' }} - uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa + uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d with: coverageFile: reports/coverage.xml token: ${{ secrets.GITHUB_TOKEN }} @@ -192,7 +192,7 @@ jobs: if: github.repository == 'NHSDigital/nhs-aws-helpers' steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -272,7 +272,7 @@ jobs: - tox steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/scheduled-combine-dependabot-prs.yaml b/.github/workflows/scheduled-combine-dependabot-prs.yaml index faf91d9..48c7474 100644 --- a/.github/workflows/scheduled-combine-dependabot-prs.yaml +++ b/.github/workflows/scheduled-combine-dependabot-prs.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: combine-prs id: combine-prs - uses: github/combine-prs@v5.0.0 + uses: github/combine-prs@v5.2.0 with: ci_required: ${{ inputs.ci_required == 'YES' }} labels: dependencies