Bump the actions group across 1 directory with 9 updates
Type: Pull Request
State: Closed
Association: None
Comments: 1
(7 months ago)
(6 months ago)
(6 months ago)
dependencies github_actions
Bumps the actions group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/download-artifact | 4.3.0 |
5.0.0 |
| pypa/cibuildwheel | 2.23.3 |
3.1.3 |
| actions/attest-build-provenance | 2.3.0 |
2.4.0 |
| scientific-python/circleci-artifacts-redirector-action | 1.0.0 |
1.2.0 |
| github/codeql-action | 3.28.17 |
3.29.8 |
| cygwin/cygwin-install-action | 5 |
6 |
| actions/cache | 4.2.3 |
4.2.4 |
| actions/first-interaction | 1.3.0 |
2.0.0 |
| codecov/codecov-action | 5.4.2 |
5.4.3 |
Updates actions/download-artifact from 4.3.0 to 5.0.0
Release notes
Sourced from actions/download-artifact's releases.
v5.0.0
What's Changed
- Update README.md by
@nebuk89in actions/download-artifact#407- BREAKING fix: inconsistent path behavior for single artifact downloads by ID by
@GrantBirkiin actions/download-artifact#416v5.0.0
🚨 Breaking Change
This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.
What Changed
Previously, single artifact downloads behaved differently depending on how you specified the artifact:
- By name:
name: my-artifact→ extracted topath/(direct)- By ID:
artifact-ids: 12345→ extracted topath/my-artifact/(nested)Now both methods are consistent:
- By name:
name: my-artifact→ extracted topath/(unchanged)- By ID:
artifact-ids: 12345→ extracted topath/(fixed - now direct)Migration Guide
✅ No Action Needed If:
- You download artifacts by name
- You download multiple artifacts by ID
- You already use
merge-multiple: trueas a workaround⚠️ Action Required If:
You download single artifacts by ID and your workflows expect the nested directory structure.
Before v5 (nested structure):
- uses: actions/download-artifact@v4 with: artifact-ids: 12345 path: dist # Files were in: dist/my-artifact/Where
my-artifactis the name of the artifact you previously uploadedTo maintain old behavior (if needed):
</tr></table>
... (truncated)
Commits
634f93cMerge pull request #416 from actions/single-artifact-id-download-pathb19ff43refactor: resolve download path correctly in artifact download tests (mainly ...e262cbebundle distbff23f9update docsfff8c14fix download path logic when downloading a single artifact by id448e3f8Merge pull request #407 from actions/nebuk89-patch-147225c4Update README.md- See full diff in compare view
Updates pypa/cibuildwheel from 2.23.3 to 3.1.3
Release notes
Sourced from pypa/cibuildwheel's releases.
v3.1.3
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🛠 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🛠 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)- 🛠
riscv64now enabled if you target that architecture, it's now supported on PyPI (#2509)- 🛠 Add warning when using
cpython-experimental-riscv64(no longer needed) (#2526, #2528)- 🛠 iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- 🐛 Fix bug in Android running wheel from our GitHub Action (#2517)
- 🐛 Fix warning when using
test-skipof"*-macosx_universal2:arm64"(#2522)- 🐛 Fix incorrect number of wheels reported in logs, again (#2517)
- 📚 We welcome our Android platform maintainer (#2516)
v3.1.1
- 🐛 Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- 📚 Docs fix (#2510)
v3.1.0
- 🌟 CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"enableset. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'if you don't support it yet. (#2503)- 🌟 Adds the ability to build wheels for Android! Set the
platformoption toandroidon Linux or macOS to try it out! (#2349)- 🌟 Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
- ✨ Support for 32-bit
manylinux_2_28(now a consistent default) andmanylinux_2_34added (#2500)- 🛠 Improved summary, will also use markdown summary output on GHA (#2469)
- 🛠 The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an
enable) since you can't push them to PyPI yet (#2506)- 🛠 Fixed a typo in the 3.9 MUSL riscv64 identifier (
cp39-musllinux_ricv64->cp39-musllinux_riscv64) (#2490)- 🛠 Mistyping
--onlynow shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)- 🛠 Only support one output from the repair step on linux like other platforms; auditwheel fixed this over four years ago! (#2478)
- 🛠 We now use pattern matching extensively (#2434)
- 📚 We now have platform maintainers for our special platforms and interpreters! (#2481)
v3.0.1
- 🛠 Updates CPython 3.14 prerelease to 3.14.0b3 (#2471)
- ✨ Adds a CPython 3.14 prerelease iOS build (only when prerelease builds are enabled) (#2475)
v3.0.0
See
@henryiii's release post for more info on new features!
🌟 Adds the ability to build wheels for iOS! Set the
platformoption toioson a Mac with the iOS toolchain to try it out! (#2286, #2363, #2432)🌟 Adds support for the GraalPy interpreter! Enable for your project using the
enableoption. (#1538, #2411, #2414)✨ Adds CPython 3.14 support, under the
enableoptioncpython-prerelease. This version of cibuildwheel uses 3.14.0b2. (#2390)While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.14 will be available in cibuildwheel without the flag. (#2390)
✨ Adds the test-sources option, and changes the working directory for tests. (#2062, #2284, #2437)
- If this option is set, cibuildwheel will copy the files and folders specified in
test-sourcesinto the temporary directory we run from. This is required for iOS builds, but also useful for other platforms, as it allows you to avoid placeholders.- If this option is not set, behaviour matches v2.x - cibuildwheel will run the tests from a temporary directory, and you can use the
{project}placeholder in thetest-commandto refer to the project directory. (#2420)✨ Adds
dependency-versionsinline syntax (#2122)
... (truncated)
Changelog
Sourced from pypa/cibuildwheel's changelog.
title: Changelog
Changelog
v3.1.3
1 August 2025
- 🐛 Fix bug where "latest" dependencies couldn't update to pip 25.2 on Windows (#2537)
- 🛠 Use pytest-rerunfailures to improve some of our iOS/Android tests (#2527, #2539)
- 🛠 Remove some GraalPy Windows workarounds in our tests (#2501)
v3.1.2
29 July 2025
- ⚠️ Add an error if
CIBW_FREE_THREADING_SUPPORTis set; you are likely missing 3.13t wheels, please use theenable/CIBW_ENABLE(#2520)- 🛠
riscv64now enabled if you target that architecture, it's now supported on PyPI (#2509)- 🛠 Add warning when using
cpython-experimental-riscv64(no longer needed) (#2526, #2528)- 🛠 iOS versions bumped, fixing issues with 3.14 (now RC 1) (#2530)
- 🐛 Fix bug in Android running wheel from our GitHub Action (#2517)
- 🐛 Fix warning when using
test-skipof"*-macosx_universal2:arm64"(#2522)- 🐛 Fix incorrect number of wheels reported in logs, again (#2517)
- 📚 We welcome our Android platform maintainer (#2516)
v3.1.1
24 July 2025
- 🐛 Fix a bug showing an incorrect wheel count at the end of execution, and misrepresenting test-only runs in the GitHub Action summary (#2512)
- 📚 Docs fix (#2510)
v3.1.0
23 July 2025
- 🌟 CPython 3.14 wheels are now built by default - without the
"cpython-prerelease"enableset. It's time to build and upload these wheels to PyPI! This release includes CPython 3.14.0rc1, which is guaranteed to be ABI compatible with the final release. (#2507) Free-threading is no longer experimental in 3.14, so you have to skip it explicitly with'cp31?t-*'if you don't support it yet. (#2503)- 🌟 Adds the ability to build wheels for Android! Set the
platformoption toandroidon Linux or macOS to try it out! (#2349)- 🌟 Adds Pyodide 0.28, which builds 3.13 wheels (#2487)
- ✨ Support for 32-bit
manylinux_2_28(now a consistent default) andmanylinux_2_34added (#2500)- 🛠 Improved summary, will also use markdown summary output on GHA (#2469)
- 🛠 The riscv64 images now have a working default (as they are now part of pypy/manylinux), but are still experimental (and behind an
enable) since you can't push them to PyPI yet (#2506)- 🛠 Fixed a typo in the 3.9 MUSL riscv64 identifier (
cp39-musllinux_ricv64->cp39-musllinux_riscv64) (#2490)- 🛠 Mistyping
--onlynow shows the correct possibilities, and even suggests near matches on Python 3.14+ (#2499)
... (truncated)
Commits
352e013Bump version: v3.1.3c463e56tests: another iOS flaky spot (#2539)8c5c738docs(project): add Falcon to working examples (#2538)feeb399tests: add flaky test handling (#2527)60b9cc9fix: never call pip directly (#2537)e2c7102chore: remove some GraalPy Windows workarounds. (#2501)9e4e50bBump version: v3.1.28ef9414[pre-commit.ci] pre-commit autoupdate (#2532)1953c04Adding@mhsmithas platform maintainer for Android (#2516)46a6d27Bump iOS support package versions. (#2530)- Additional commits viewable in compare view
Updates actions/attest-build-provenance from 2.3.0 to 2.4.0
Release notes
Sourced from actions/attest-build-provenance's releases.
v2.4.0
What's Changed
- Bump undici from 5.28.5 to 5.29.0 by
@dependabotin actions/attest-build-provenance#633- Bump actions/attest from 2.3.0 to 2.4.0 by
@bdehamerin actions/attest-build-provenance#654
- Includes support for the new well-known summary file which will accumulate paths to all attestations generated in a given workflow run
Full Changelog: https://github.com/actions/attest-build-provenance/compare/v2.3.0...v2.4.0
Commits
e8998f9bump actions/attest from 2.3.0 to 2.4.0 (#654)11c67f2Bump the npm-development group across 1 directory with 6 updates (#649)39cb715Bump the npm-development group across 1 directory with 7 updates (#641)7d91c40Bump undici from 5.28.5 to 5.29.0 (#633)d848170Bump super-linter/super-linter in the actions-minor group (#640)0ca36eaBump the npm-development group with 7 updates (#582)d82e7cdoffboard from eslint in superlinter (#618)- See full diff in compare view
Updates scientific-python/circleci-artifacts-redirector-action from 1.0.0 to 1.2.0
Release notes
Sourced from scientific-python/circleci-artifacts-redirector-action's releases.
v1.2.0
What's Changed
- Build(deps): Bump autofix-ci/action from 1.3.1 to 1.3.2 in /.github/workflows in the actions group by
@dependabot[bot] in scientific-python/circleci-artifacts-redirector-action#75- Update LICENSE by
@larsonerin scientific-python/circleci-artifacts-redirector-action#77- Add option to set CircleCI domain by
@stefanvin scientific-python/circleci-artifacts-redirector-action#78- Build(deps-dev): Bump form-data from 3.0.1 to 3.0.4 by
@dependabot[bot] in scientific-python/circleci-artifacts-redirector-action#79New Contributors
@stefanvmade their first contribution in scientific-python/circleci-artifacts-redirector-action#78Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1.1.0...v1.2.0
v1.1.0
What's Changed
- MAINT: Rename by
@larsonerin scientific-python/circleci-artifacts-redirector-action#49- Build(deps-dev): Bump braces from 3.0.2 to 3.0.3 by
@dependabotin scientific-python/circleci-artifacts-redirector-action#51- Build(deps-dev): Bump ws from 7.5.9 to 7.5.10 by
@dependabotin scientific-python/circleci-artifacts-redirector-action#52- MAINT: Bump with audit fix by
@larsonerin scientific-python/circleci-artifacts-redirector-action#53- Unleash dependabot by
@pllimin scientific-python/circleci-artifacts-redirector-action#55- Build(deps): Bump actions/checkout from 3 to 4 in /.github/workflows in the actions group by
@dependabotin scientific-python/circleci-artifacts-redirector-action#56- Use hash in README instructions by
@pllimin scientific-python/circleci-artifacts-redirector-action#54- Build(deps): Bump
@octokit/request-errorand@actions/githubby@dependabotin scientific-python/circleci-artifacts-redirector-action#60- Build(deps): Bump
@octokit/plugin-paginate-restfrom 9.2.1 to 9.2.2 by@dependabotin scientific-python/circleci-artifacts-redirector-action#61- Build(deps): Bump
@octokit/requestfrom 8.4.0 to 8.4.1 by@dependabotin scientific-python/circleci-artifacts-redirector-action#62- update README note on circleci API tokens by
@jeromedockesin scientific-python/circleci-artifacts-redirector-action#64- Making config example and narrative consistent by
@bsipoczin scientific-python/circleci-artifacts-redirector-action#67- Build(deps): Bump undici from 5.28.5 to 5.29.0 by
@dependabotin scientific-python/circleci-artifacts-redirector-action#68- ENH: Add automatic rebuild by
@larsonerin scientific-python/circleci-artifacts-redirector-action#72- Update NCC; pin fetch to v2 by
@nickodellin scientific-python/circleci-artifacts-redirector-action#71- BUG: Fix permission bug by
@larsonerin scientific-python/circleci-artifacts-redirector-action#73- ENH: Use version for autofix-ci and add automerge by
@larsonerin scientific-python/circleci-artifacts-redirector-action#74New Contributors
@pllimmade their first contribution in scientific-python/circleci-artifacts-redirector-action#55@jeromedockesmade their first contribution in scientific-python/circleci-artifacts-redirector-action#64@bsipoczmade their first contribution in scientific-python/circleci-artifacts-redirector-action#67@nickodellmade their first contribution in scientific-python/circleci-artifacts-redirector-action#71Full Changelog: https://github.com/scientific-python/circleci-artifacts-redirector-action/compare/v1...v1.1.0
Commits
8396314Build(deps-dev): Bump form-data from 3.0.1 to 3.0.4 (#79)6b0ee99Add option to set CircleCI domain (#78)054fea2Update LICENSE (#77)f8165a7Build(deps): Bump autofix-ci/action from 1.3.1 to 1.3.2 in /.github/workflows...7eafdb6ENH: Use version for autofix-ci and add automerge (#74)99c015dBUG: Fix permission bug (#73)bc4ba3eUpdate NCC; pin fetch to v2 (#71)94d2830ENH: Add automatic rebuild (#72)c91e2b4Merge pull request #68 from scientific-python/dependabot/npm_and_yarn/undici-...0593e33Build(deps): Bump undici from 5.28.5 to 5.29.0- Additional commits viewable in compare view
Updates github/codeql-action from 3.28.17 to 3.29.8
Release notes
Sourced from github/codeql-action's releases.
v3.29.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.8 - 08 Aug 2025
- Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015
See the full CHANGELOG.md for more information.
v3.29.7
This is a re-release of v3.29.5 to mitigate an issue that was discovered with v3.29.6.
v3.29.6
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.6 - 07 Aug 2025
- The
cleanup-levelinput to theanalyzeAction is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999- Update default CodeQL bundle version to 2.22.3. #3000
See the full CHANGELOG.md for more information.
v3.29.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #2986
See the full CHANGELOG.md for more information.
v3.29.4
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.4 - 23 Jul 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.3
CodeQL Action Changelog
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.29.8 - 08 Aug 2025
- Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015
3.29.7 - 07 Aug 2025
This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
3.29.6 - 07 Aug 2025
- The
cleanup-levelinput to theanalyzeAction is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999- Update default CodeQL bundle version to 2.22.3. #3000
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #2986
3.29.4 - 23 Jul 2025
No user facing changes.
3.29.3 - 21 Jul 2025
No user facing changes.
3.29.2 - 30 Jun 2025
- Experimental: When the
quality-queriesinput for theinitaction is provided with an argument, separate.quality.sariffiles are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #29353.29.1 - 27 Jun 2025
- Fix bug in PR analysis where user-provided
includequery filter fails to exclude non-included queries. #2938- Update default CodeQL bundle version to 2.22.1. #2950
3.29.0 - 11 Jun 2025
- Update default CodeQL bundle version to 2.22.0. #2925
- Bump minimum CodeQL bundle version to 2.16.6. #2912
3.28.21 - 28 July 2025
No user facing changes.
... (truncated)
Commits
76621b6Merge pull request #3019 from github/update-v3.29.8-679a40d3329ac3ceAdd release notes for 3.29.7737cfdeUpdate changelog for v3.29.8679a40dMerge pull request #3014 from github/henrymercer/rebuild-dispatch6fe50b2Merge pull request #3015 from github/henrymercer/language-autodetection-worka...6bc91d6Add changelog note6b4fedcBump Action patch version5794ffcFix auto-detection of extractors that aren't languagesbd62bf4Finish in-progress merges2afb4e6Avoid specifying branch unnecessarily- Additional commits viewable in compare view
Updates cygwin/cygwin-install-action from 5 to 6
Release notes
Sourced from cygwin/cygwin-install-action's releases.
v6
What's Changed
- Add warning about using SHELLOPTS to set igncr by
@tobil4skin cygwin/cygwin-install-action#22- Add work-vol option by
@gstraussin cygwin/cygwin-install-action#27- For performance, default work-vol to D: (if it exists) by
@gstraussin cygwin/cygwin-install-action#27- Add a retry mechanism for fetching setup executable by
@jon-turneyin cygwin/cygwin-install-action#26- Check Authenticode signature on setup execitable by
@jon-turney- Give the action some outputs (e.g. so uses can find out where we installed) by
@jon-turneyNew Contributors
@tobil4skmade their first contribution in cygwin/cygwin-install-action#22Full Changelog: https://github.com/cygwin/cygwin-install-action/compare/v5...v6
Commits
f200932Give the action some outputs52b4c10Check Authenticode signature on setupe67b1f4Factor out download retry as a function, to use on sha512.sum file also8381d6dAdd a retry mechanism for fetching setup executable354b337Consistently use throw to terminate with an errorf623c57Add a test of work-vol optiond3a7464Use D: drive as default work-vol1c9eb7cAdd work-vol option to target different setup volumed6a07e1Tweak wording about SHELLOPTS and line-endings63d1e75Add warning about using SHELLOPTS to set igncr- See full diff in compare view
Updates actions/cache from 4.2.3 to 4.2.4
Release notes
Sourced from actions/cache's releases.
v4.2.4
What's Changed
- Update README.md by
@nebuk89in actions/cache#1620- Upgrade
@actions/cacheto4.0.5and move@protobuf-ts/pluginto dev depdencies by@Link- in actions/cache#1634- Prepare release
4.2.4by@Link- in actions/cache#1636New Contributors
@nebuk89made their first contribution in actions/cache#1620Full Changelog: https://github.com/actions/cache/compare/v4...v4.2.4
Changelog
Sourced from actions/cache's changelog.
Releases
4.2.4
- Bump
@actions/cacheto v4.0.54.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
4.1.2
- Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474
- Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475
4.1.1
- Restore original behavior of
cache-hitoutput - #14674.1.0
4.0.2
- Fixed restore
fail-on-cache-missnot working.
... (truncated)
Commits
0400d5fMerge pull request #1636 from actions/Link-/release-4.2.4374a27fPrepare release 4.2.4358a730Merge pull request #1634 from actions/Link-/optimise-deps2ee706eFix with another approach94f7b5dFix bundle execc36116cFix the workflow to use licensed from source320fe7dUpdate the licensed workflow to use the latest versiond81cc47Add licensed outputde24398Add licensed outpute7b6a9c@protobuf-ts/pluginto dev dependencies- Additional commits viewable in compare view
Updates actions/first-interaction from 1.3.0 to 2.0.0
Release notes
Sourced from actions/first-interaction's releases.
v2.0.0
What's Changed
- Installed
@actions/coreby@TheGuptaEmpirein actions/first-interaction#274- Update README.md by
@Alirezaarabyin actions/first-interaction#75- DOC: adjust the example to show a full yaml file by
@tacaswellin actions/first-interaction#36- Demonstrate |- multiline YAML string in README by
@simonwin actions/first-interaction#16- Update README.md by
@nebuk89in actions/first-interaction#317- Convert from Container to TypeScript Action by
@ncalteenin actions/first-interaction#311- Bump
@octokit/typesfrom 13.8.0 to 14.1.0 by@dependabot[bot] in actions/first-interaction#323- Bump undici from 5.28.5 to 5.29.0 by
@dependabot[bot] in actions/first-interaction#319- Bump the npm-development group with 16 updates by
@dependabot[bot] in actions/first-interaction#320- Bump
@actions/githubfrom 6.0.0 to 6.0.1 in the npm-production group by@dependabot[bot] in actions/first-interaction#321New Contributors
@TheGuptaEmpiremade their first contribution in actions/first-interaction#274@Alirezaarabymade their first contribution in actions/first-interaction#75@tacaswellmade their first contribution in actions/first-interaction#36@simonwmade their first contribution in actions/first-interaction#16@nebuk89made their first contribution in actions/first-interaction#317@ncalteenmade their first contribution in actions/first-interaction#311@dependabot[bot] made their first contribution in actions/first-interaction#323Full Changelog: https://github.com/actions/first-interaction/compare/v1.3.0...v2.0.0
Commits
2d4393eMerge pull request #321 from actions/dependabot/npm_and_yarn/npm-production-b...4dbde70Rebuild dist329f5ebBump@actions/githubfrom 6.0.0 to 6.0.1 in the npm-production groupa7b6951Merge pull request #320 from actions/dependabot/npm_and_yarn/npm-development-...15ecaf5Rebuild dist12e4e8bBump the npm-development group with 16 updatescf67d10Merge pull request #319 from actions/dependabot/npm_and_yarn/undici-5.29.0b2d4b15Licensed cache27d1ab5Rebuild6418932Bump undici from 5.28.5 to 5.29.0- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.4.2 to 5.4.3
Release notes
Sourced from codecov/codecov-action's releases.
v5.4.3
What's Changed
- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabotin codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecovin codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3
v5.4.2
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2
v5.4.1
What's Changed
- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabotin codecov/codecov-action#1786Full Changelog: Description has been truncated
Pull Request Statistics
1
6
+20
-20
Package Dependencies
github/codeql-action
actions
3.28.17 → 3.29.8
Minor
actions/download-artifact
actions
4.3.0 → 5.0.0
Major
actions/attest-build-provenance
actions
2.3.0 → 2.4.0
Minor
actions/first-interaction
actions
1.3.0 → 2.0.0
Major
actions
1.0.0 → 1.2.0
Minor
Technical Details
| ID: | 7157009 |
| UUID: | 2734911100 |
| Node ID: | PR_kwDOCKbz3s6jA258 |
| Host: | GitHub |
| Repository: | fedora-python/matplotlib |
| Mergeable: | Yes |
| Merge State: | Unstable |