Bump the actions group across 1 directory with 8 updates
Bumps the actions group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
5 |
| actions/setup-python | 5 |
6 |
| actions/upload-artifact | 4 |
5 |
| actions/download-artifact | 4 |
6 |
| pypa/gh-action-pypi-publish | 1.12.4 |
1.13.0 |
| softprops/action-gh-release | 2.2.1 |
2.4.1 |
| prefix-dev/setup-pixi | 0.8.3 |
0.9.2 |
| codecov/codecov-action | 5.4.0 |
5.5.1 |
Updates actions/checkout from 4 to 5
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226V4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-millerin actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabotin actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabotin actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabotin actions/checkout#1695- README: Suggest
user.emailto be41898282+github-actions[bot]@users.noreply.github.comby@cory-millerin actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)- See full diff in compare view
Updates actions/setup-python from 5 to 6
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-python#1164Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
- Add support for
pip-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
@aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthaliin actions/setup-python#1156Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /tests/data by
@dependabot[bot] in actions/setup-python#843- Upgrade form-data to fix critical vulnerabilities #182 & #183 by
@aparnajyothi-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by
@aparnajyothi-yin actions/setup-python#1065- Fix for Candidate Not Iterable Error by
@aparnajyothi-yin actions/setup-python#1082- Upgrade semver and
@types/semverby@dependabotin actions/setup-python#1091- Upgrade prettier from 2.8.8 to 3.5.3 by
@dependabotin actions/setup-python#1046- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-python#1081Full Changelog: https://github.com/actions/setup-python/compare/v5...v5.6.0
v5.5.0
What's Changed
Enhancements:
- Support free threaded Python versions like '3.13t' by
@colesburyin actions/setup-python#973- Enhance Workflows: Include ubuntu-arm runners, Add e2e Testing for free threaded and Upgrade
@action/cachefrom 4.0.0 to 4.0.3 by@priya-kinthaliin actions/setup-python#1056- Add support for .tool-versions file in setup-python by
@mahabaleshwarsin actions/setup-python#1043Bug fixes:
- Fix architecture for pypy on Linux ARM64 by
@mayeutin actions/setup-python#1011 This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
... (truncated)
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)- Additional commits viewable in compare view
Updates actions/upload-artifact from 4 to 5
Release notes
Sourced from actions/upload-artifact's releases.
v5.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README.md by
@GhadimiRin actions/upload-artifact#681- Update README.md by
@nebuk89in actions/upload-artifact#712- Readme: spell out the first use of GHES by
@danwkennedyin actions/upload-artifact#727- Update GHES guidance to include reference to Node 20 version by
@patrikpolyakin actions/upload-artifact#725- Bump
@actions/artifacttov4.0.0- Prepare
v5.0.0by@danwkennedyin actions/upload-artifact#734New Contributors
@GhadimiRmade their first contribution in actions/upload-artifact#681@nebuk89made their first contribution in actions/upload-artifact#712@danwkennedymade their first contribution in actions/upload-artifact#727@patrikpolyakmade their first contribution in actions/upload-artifact#725Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v5.0.0
v4.6.2
What's Changed
- Update to use artifact 2.3.2 package & prepare for new upload-artifact release by
@salmanmkcin actions/upload-artifact#685New Contributors
@salmanmkcmade their first contribution in actions/upload-artifact#685Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.2
v4.6.1
What's Changed
- Update to use artifact 2.2.2 package by
@yacaovsncin actions/upload-artifact#673Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.1
v4.6.0
What's Changed
- Expose env vars to control concurrency and timeout by
@yacaovsncin actions/upload-artifact#662Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.6.0
v4.5.0
What's Changed
- fix: deprecated
Node.jsversion in action by@hamirmahalin actions/upload-artifact#578- Add new
artifact-digestoutput by@bdehamerin actions/upload-artifact#656New Contributors
@hamirmahalmade their first contribution in actions/upload-artifact#578
... (truncated)
Commits
330a01cMerge pull request #734 from actions/danwkennedy/prepare-5.0.003f2824Updategithub.dep.yml905a1ecPreparev5.0.02d9f9cdMerge pull request #725 from patrikpolyak/patch-19687587Merge branch 'main' into patch-12848b2cMerge pull request #727 from danwkennedy/patch-19b51177Spell out the first use of GHEScd231caUpdate GHES guidance to include reference to Node 20 versionde65e23Merge pull request #712 from actions/nebuk89-patch-18747d8cUpdate README.md- Additional commits viewable in compare view
Updates actions/download-artifact from 4 to 6
Release notes
Sourced from actions/download-artifact's releases.
v6.0.0
What's Changed
BREAKING CHANGE: this update supports Node
v24.x. This is not a breaking change per-se but we're treating it as such.
- Update README for download-artifact v5 changes by
@yacaovsncin actions/download-artifact#417- Update README with artifact extraction details by
@yacaovsncin actions/download-artifact#424- Readme: spell out the first use of GHES by
@danwkennedyin actions/download-artifact#431- Bump
@actions/artifacttov4.0.0- Prepare
v6.0.0by@danwkennedyin actions/download-artifact#438New Contributors
@danwkennedymade their first contribution in actions/download-artifact#431Full Changelog: https://github.com/actions/download-artifact/compare/v5...v6.0.0
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.
... (truncated)
Commits
018cc2cMerge pull request #438 from actions/danwkennedy/prepare-6.0.0815651cRevert "Removegithub.dep.yml"bb3a066Removegithub.dep.ymlfa1ce46Preparev6.0.04a24838Merge pull request #431 from danwkennedy/patch-15e3251cReadme: spell out the first use of GHESabefc31Merge pull request #424 from actions/yacaovsnc/update_readmeac43a60Update README with artifact extraction detailsde96f46Merge pull request #417 from actions/yacaovsnc/update_readme7993cb4Remove migration guide for artifact download changes- Additional commits viewable in compare view
Updates pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
v1.13.0
[!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by
@woodruffw💰. We've also integrated Zizmor to catch similar issues in the future and you should too.✨ New Stuff
@woodruffw💰 updated the README to no longer mention the attestations feature being experimental in #347: it's been rather stable for a year already 🎉 He also added more diagnostic output which includes printing out the GitHub Environment claim via #371 and warning about the unsupported reusable workflows configurations #306, when using Trusted Publishing.[!tip] The official support for reusable workflows is currently blocked on changes to PyPI. To get updates about progress on the action side, you may want to subscribe to #166. At PyCon US 2025 Sprints,
@facutuesca💰,@miketheman💰,@woodruffw💰 and I💰 spent several hours IRL brainstorming how to fix this and migrate projects that happen to rely on an obscure corner case with reusable workflows that temporarily allows them to function by accident. The result of that discussion is posted @ pypi/warehouse#11096. Note that this is a volunteer-led effort and there is no ETA. If you need this soon, make your employer sponsor the PSF and maybe they'll be able to hire somebody for this work on Warehouse.In addition to that,
@konstin💰 sent #378 to pinactions/setup-pythonto a SHA hash. This makespypi-publishcompatible with new GitHub policies that allow organizations to mandate hash-pinning actions used in workflows.🛠️ Internal Dependencies
@webknjaz💰 made a bunch of updates to the action runtime which includes bumping it to Python 3.13 in #331 and updating the dependency tree across the board.pip-with-requires-pythonis no longer being installed (#332). Some related bumps were contributed by@woodruffw💰 (#359) and@kurtmckee💰 sent a contributor-facing PR, bumping the linting configuration via #335.💪 New Contributors
@kurtmckeemade their first contribution in #335@konstinmade their first contribution in #378🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.4...v1.13.0
🧔♂️ Release Manager:
@webknjaz🇺🇦💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.
Commits
ed0c539📦📌 Bump the pinned dependency tree77db1b7Merge branch PR #306, GHSA-vxmw-7h4f-hqxh fix and PR #378 into unstable/v1280b3a1Aliastyping as tin importse380240Useobjectin place oftyping.Anyin annotationse50bff6Deduplicate claim ref lookupdecbc9aHint people to subscribe to #166 for notifications8208ad3Ask not to report bugs with reusable workflowff0fef5🧪 Scope WPS202 suppression to specific files1293b8cUse yamllint disable line length linted01280Linter (different rule)- Additional commits viewable in compare view
Updates softprops/action-gh-release from 2.2.1 to 2.4.1
Release notes
Sourced from softprops/action-gh-release's releases.
v2.4.1
What's Changed
Other Changes 🔄
- fix(util): support brace expansion globs containing commas in parseInputFiles by
@Copilotin softprops/action-gh-release#672- fix: gracefully fallback to body when body_path cannot be read by
@Copilotin softprops/action-gh-release#671Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.4.1
v2.4.0
What's Changed
Exciting New Features 🎉
- feat(action): respect working_directory for files globs by
@stephenwayin softprops/action-gh-release#667Other Changes 🔄
- chore(deps): bump the npm group with 2 updates by
@dependabot[bot] in softprops/action-gh-release#668Full Changelog: https://github.com/softprops/action-gh-release/compare/v2.3.4...v2.4.0
v2.3.4
What's Changed
Bug fixes 🐛
- fix(action): handle 422 already_exists race condition by
@stephenwayin softprops/action-gh-release#665Other Changes 🔄
- chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group by
@dependabot[bot] in softprops/action-gh-release#656- chore(deps): bump
@types/nodefrom 20.19.11 to 20.19.13 in the npm group by@dependabot[bot] in softprops/action-gh-release#655- chore(deps): bump vite from 7.0.0 to 7.1.5 by
@dependabot[bot] in softprops/action-gh-release#657- chore(deps): bump the npm group across 1 directory with 2 updates by
@dependabot[bot] in softprops/action-gh-release#662- chore(deps): bump the npm group with 3 updates by
@dependabot[bot] in softprops/action-gh-release#666Full Changelog: https://github.com/softprops/action-gh-release/compare/v2...v2.3.4
v2.3.3
What's Changed
Exciting New Features 🎉
- feat: add input option
overwrite_filesby@asfernandesin softprops/action-gh-release#343Other Changes 🔄
- dependency updates
New Contributors
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
2.4.1
What's Changed
Other Changes 🔄
- fix(util): support brace expansion globs containing commas in parseInputFiles by
@Copilotin softprops/action-gh-release#672- fix: gracefully fallback to body when body_path cannot be read by
@Copilotin softprops/action-gh-release#6712.4.0
What's Changed
Exciting New Features 🎉
- feat(action): respect working_directory for files globs by
@stephenwayin softprops/action-gh-release#6672.3.4
What's Changed
Bug fixes 🐛
- fix(action): handle 422 already_exists race condition by
@stephenwayin softprops/action-gh-release#665Other Changes 🔄
- dependency updates
2.3.3
What's Changed
Exciting New Features 🎉
- feat: add input option
overwrite_filesby@asfernandesin softprops/action-gh-release#343Other Changes 🔄
- dependency updates
2.3.2
- fix: revert fs
readableWebStreamchange2.3.1
Bug fixes 🐛
- fix: fix file closing issue by
@WailGreein softprops/action-gh-release#629
... (truncated)
Commits
6da8fa9release 2.4.1f38efdefix: gracefully fallback to body when body_path cannot be read (#671)cec1a11fix(util): support brace expansion globs containing commas in parseInputFiles...aec2ec5release 2.4.04db716bfeat: respect working_directory for files globs; add input and tests (#667)14820f2chore(deps): bump the npm group with 2 updates (#668)62c96d0release 2.3.47dc9b8afix(action): handle 422 already_exists race condition (#665)0f0e0b9chore(deps): bump the npm group with 3 updates (#666)97d42c1chore(deps): bump the npm group across 1 directory with 2 updates (#662)- Additional commits viewable in compare view
Updates prefix-dev/setup-pixi from 0.8.3 to 0.9.2
Release notes
Sourced from prefix-dev/setup-pixi's releases.
v0.9.2
What's Changed
✨ New features
- feat: Allow caching global environment(s) by
@olivier-lacroixin prefix-dev/setup-pixi#226Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.9.1...v0.9.2
v0.9.1
What's Changed
✨ New features
- Add pypi-keyring-provider option by
@olivier-lacroixin prefix-dev/setup-pixi#220- Add possibility to install global environments by
@olivier-lacroixin prefix-dev/setup-pixi#221⬆️ Dependency updates
- chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the gh-actions group by
@dependabot[bot] in prefix-dev/setup-pixi#222- chore(deps): bump the nodejs group with 7 updates by
@dependabot[bot] in prefix-dev/setup-pixi#223New Contributors
@olivier-lacroixmade their first contribution in prefix-dev/setup-pixi#220Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.9.0...v0.9.1
v0.9.0
What's Changed
⬆️ Dependency updates
- chore(deps): bump the nodejs group with 7 updates by
@dependabot[bot] in prefix-dev/setup-pixi#218🤷🏻 Other changes
- chore: Bump to node 24 by
@pavelzwin prefix-dev/setup-pixi#219Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.8.14...v0.9.0
v0.8.14
What's Changed
✨ New features
- feat: Replace pixi-url-bearer-token by pixi-url-headers by
@ytauschin prefix-dev/setup-pixi#217Full Changelog: https://github.com/prefix-dev/setup-pixi/compare/v0.8.13...v0.8.14
v0.8.13
... (truncated)
Commits
28eb668feat: Allow caching global environment(s) (#226)194d461Add possibility to install global environments (#221)40ab261chore(deps): bump the nodejs group with 7 updates (#223)83ecca3chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in the gh-actions grou...ba511d5Add pypi-keyring-provider option (#220)fef5c95chore: Bump to node 24 (#219)6261849chore(deps): bump the nodejs group with 7 updates (#218)8ca4608feat: Replace pixi-url-bearer-token by pixi-url-headers (#217)b1ab8f2feat: Add Support for Handlebars Templates in pixi-url (#213)d7951c2test: Skip tests with secrets on fork PRs (#216)- Additional commits viewable in compare view
Updates codecov/codecov-action from 5.4.0 to 5.5.1
Release notes
Sourced from codecov/codecov-action's releases.
v5.5.1
What's Changed
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
@dependabot[bot] in codecov/codecov-action#1833- build(deps): bump github/codeql-action from 3.28.18 to 3.29.9 by
@dependabot[bot] in codecov/codecov-action#1861- Document a
codecov-cliversion reference example by@webknjazin codecov/codecov-action#1774- docs: fix typo in README by
@datalaterin codecov/codecov-action#1866- fix: update to use local app/ dir by
@thomasrockhu-codecovin codecov/codecov-action#1872- build(deps): bump github/codeql-action from 3.29.9 to 3.29.11 by
@dependabot[bot] in codecov/codecov-action#1867- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
@dependabot[bot] in codecov/codecov-action#1868- fix: overwrite pr number on fork by
@thomasrockhu-codecovin codecov/codecov-action#1871- chore(release): 5.5.1 by
@thomasrockhu-codecovin codecov/codecov-action#1873New Contributors
@datalatermade their first contribution in codecov/codecov-action#1866Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0...v5.5.1
v5.5.0
What's Changed
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
@dependabot[bot] in codecov/codecov-action#1829- docs: Refine OIDC docs by
@spalmurrayin codecov/codecov-action#1837- fix: Typo in README by
@spalmurrayin codecov/codecov-action#1838- fix: check reqs exist by
@joseph-sentryin codecov/codecov-action#1835- Pin actions/github-script by Git SHA by
<...>Description has been truncated@martincostelloin codecov/codecov-action#1859
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 98.10%. Comparing base (9206fa6) to head (e254440).
Additional details and impacted files
@@ Coverage Diff @@
## main #95 +/- ##
=======================================
Coverage 98.10% 98.10%
=======================================
Files 2 2
Lines 211 211
=======================================
Hits 207 207
Misses 4 4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.