From 68468d258edf9a170b4837db199e61b3ba21199a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:03:43 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [scitools/workflows/.github/workflows/refresh-lockfiles.yml](https://github.com/scitools/workflows), [scitools/workflows/.github/workflows/ci-manifest.yml](https://github.com/scitools/workflows), [scitools/workflows/.github/workflows/ci-template-check.yml](https://github.com/scitools/workflows) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `scitools/workflows/.github/workflows/refresh-lockfiles.yml` from 2026.03.2 to 2026.03.4 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2026.03.2...2026.03.4) Updates `scitools/workflows/.github/workflows/ci-manifest.yml` from 2026.03.2 to 2026.03.4 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2026.03.2...2026.03.4) Updates `scitools/workflows/.github/workflows/ci-template-check.yml` from 2026.03.2 to 2026.03.4 - [Release notes](https://github.com/scitools/workflows/releases) - [Commits](https://github.com/scitools/workflows/compare/2026.03.2...2026.03.4) Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/671740ac38dd9b0130fbe1cec585b89eea48d3de...1af58845a975a7985b0beb0cbe6fbbb71a41dbad) --- updated-dependencies: - dependency-name: scitools/workflows/.github/workflows/refresh-lockfiles.yml dependency-version: 2026.03.4 dependency-type: direct:production dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-manifest.yml dependency-version: 2026.03.4 dependency-type: direct:production dependency-group: dependencies - dependency-name: scitools/workflows/.github/workflows/ci-template-check.yml dependency-version: 2026.03.4 dependency-type: direct:production dependency-group: dependencies - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-locks.yml | 2 +- .github/workflows/ci-manifest.yml | 2 +- .github/workflows/ci-template-check.yml | 2 +- .github/workflows/ci-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-locks.yml b/.github/workflows/ci-locks.yml index e244576..437d0c5 100644 --- a/.github/workflows/ci-locks.yml +++ b/.github/workflows/ci-locks.yml @@ -15,5 +15,5 @@ concurrency: jobs: refresh_lockfiles: - uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.03.2 + uses: scitools/workflows/.github/workflows/refresh-lockfiles.yml@2026.03.4 secrets: inherit diff --git a/.github/workflows/ci-manifest.yml b/.github/workflows/ci-manifest.yml index a09e31d..dba1f68 100644 --- a/.github/workflows/ci-manifest.yml +++ b/.github/workflows/ci-manifest.yml @@ -25,4 +25,4 @@ concurrency: jobs: manifest: name: "check-manifest" - uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.03.2 + uses: scitools/workflows/.github/workflows/ci-manifest.yml@2026.03.4 diff --git a/.github/workflows/ci-template-check.yml b/.github/workflows/ci-template-check.yml index 3d0bb0d..46cb96c 100644 --- a/.github/workflows/ci-template-check.yml +++ b/.github/workflows/ci-template-check.yml @@ -10,7 +10,7 @@ on: jobs: prompt-share: - uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.03.2 + uses: scitools/workflows/.github/workflows/ci-template-check.yml@2026.03.4 secrets: inherit with: pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 7ed4cf0..669829f 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -71,6 +71,6 @@ jobs: - name: "upload coverage report" if: ${{ matrix.coverage }} - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad with: token: ${{ secrets.CODECOV_TOKEN }}