Skip to content

Commit 37b5344

Browse files
chore(deps): update codecov/codecov-action action to v7 (#355)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | major | `v5` → `v7` | --- ### Release Notes <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v7.0.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v7.0.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v7.0.0...v7.0.0) ⚠️ Due to migration issues with keybase, we are unable to update our keys under the `codecovsecurity` account. We have deleted the account and are using `codecovsecops` with the original gpg key ##### What's Changed - ci: remove Enforce License Compliance workflow by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1950](https://redirect.github.com/codecov/codecov-action/pull/1950) - chore(release): 7.0.0 by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1957](https://redirect.github.com/codecov/codecov-action/pull/1957) **Full Changelog**: <codecov/codecov-action@v6.0.1...v7.0.0> ### [`v7`](https://redirect.github.com/codecov/codecov-action/compare/v6.0.2...v7.0.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v6.0.2...v7.0.0) ### [`v6.0.2`](https://redirect.github.com/codecov/codecov-action/releases/tag/v6.0.2) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v6.0.1...v6.0.2) This is a copy of the `v7.0.0` release to make updates easier ##### What's Changed - ci: remove Enforce License Compliance workflow by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1950](https://redirect.github.com/codecov/codecov-action/pull/1950) - chore(release): 7.0.0 by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1957](https://redirect.github.com/codecov/codecov-action/pull/1957) **Full Changelog**: <codecov/codecov-action@v6.0.1...v6.0.2> ### [`v6.0.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v6...v6.0.1) ##### What's Changed - fix: prevent template injection in run: steps (VULN-1652) by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1947](https://redirect.github.com/codecov/codecov-action/pull/1947) - chore(release): 6.0.1 by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1949](https://redirect.github.com/codecov/codecov-action/pull/1949) **Full Changelog**: <codecov/codecov-action@v6.0.0...v6.0.1> ### [`v6.0.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v6...v6) ##### ⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️ ##### What's Changed - Revert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0"" by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1929](https://redirect.github.com/codecov/codecov-action/pull/1929) - Th/6.0.0 by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [#&#8203;1928](https://redirect.github.com/codecov/codecov-action/pull/1928) **Full Changelog**: <codecov/codecov-action@v5.5.4...v6.0.0> ### [`v6`](https://redirect.github.com/codecov/codecov-action/compare/v5.5.5...v6) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.5.5...v6) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/python-copier-template). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03ac4ca commit 37b5344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: uv run --locked tox -e tests
3434

3535
- name: Upload coverage to Codecov
36-
uses: codecov/codecov-action@v5
36+
uses: codecov/codecov-action@v7
3737
with:
3838
name: ${{ inputs.python-version }}/${{ inputs.runs-on }}
3939
files: cov.xml

0 commit comments

Comments
 (0)