[actions] (deps): Bump the dev-dependencies group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(9 months ago)
(8 months ago)
dependencies github_actions
Bumps the dev-dependencies group with 4 updates in the / directory: py-cov-action/python-coverage-comment-action, actions/upload-artifact, actions/download-artifact and sigstore/gh-action-sigstore-python.
Updates py-cov-action/python-coverage-comment-action from 3.37 to 3.38
Release notes
Sourced from py-cov-action/python-coverage-comment-action's releases.
v3.38
What's Changed
- feat: Expose coverage data as action outputs by
@olivier-lacroixin py-cov-action/python-coverage-comment-action#594 See README for details.[!NOTE] The official name of the output previously known as
COMMENT_FILE_WRITTENis nowcomment_file_writtenbut GitHub outputs are case insensitive, so previously written code will continue to workFull Changelog: https://github.com/py-cov-action/python-coverage-comment-action/compare/v3...v3.38
Commits
91aaf3bMerge pull request #594 from olivier-lacroix/feat/write-some-outputs419eeeachore(deps): lock file maintenance (#601)9147c08Use lowercase for outputs8c153a4chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.13.0 (#599)406af55chore(deps): lock file maintenance (#598)317b5a0Merge pull request #597 from py-cov-action/renovate/major-deps-with-major-upg...0391b1dchore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.12 (#596)3da3bfbchore(deps): update actions/setup-python action to v6dfb500dAddACTIVITY_RUNoutputcce7525Modify tests- 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 5 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
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 sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0
Release notes
Sourced from sigstore/gh-action-sigstore-python's releases.
v3.1.0
gh-action-sigstore-pythonis now compatible with Rekor v2 transparency log (but produced signature bundles still contain Rekor v1 entries by default).Changed
- The action now uses sigstore-python 4.1. All other dependencies are also updated (#220)
Fixed
- Fixed incompatibility with Python 3.14 by upgrading dependencies (#225)
Added
rekor-versionargument was added to control the Rekor transparency log version when signing. The default version in the gh-action-sigstore-python 3.x series will remain 1 (except when usingstaging: true). (#228)
Changelog
Sourced from sigstore/gh-action-sigstore-python's changelog.
Changelog
All notable changes to
gh-action-sigstore-pythonwill be documented in this file.The format is based on Keep a Changelog.
All versions prior to 3.0.0 are untracked.
[Unreleased]
[3.1.0]
gh-action-sigstore-pythonis now compatible with Rekor v2 transparency log (but produced signature bundles still contain Rekor v1 entries by default).Changed
- The action now uses sigstore-python 4.1. All other dependencies are also updated (#220)
Fixed
- Fixed incompatibility with Python 3.14 by upgrading dependencies (#225)
Added
rekor-versionargument was added to control the Rekor transparency log version when signing. The default version in the gh-action-sigstore-python 3.x series will remain 1 (except when usingstaging: true). (#228)[3.0.1]
Changed
- The minimum Python version supported by this action is now 3.9 (#155)
- The action's Python dependencies are now fully pinned to specific versions (#165)
Fixed
- The
rfc3161-clientdependency has been upgrades to1.0.3to resolve a security vulnerability (#182)[3.0.0]
... (truncated)
Commits
f832326Prepare 3.1.0 release (#230)3385d3abuild(deps): bump astral-sh/setup-uv in the actions group (#232)35fff1eAdd rekor-version argument (#228)be60bbebuild(deps): bump github/codeql-action in the actions group (#231)72e7431Actually upgrade dependencies (#225)ccdc279ci, action: address zizmor findings, bump versions (#222)709f8a4build(deps): bump sigstore from 3.6.3 to 4.0.0 (#220)5ce4031requirements: Include main.in contents within dev.in (#221)ea888adbuild(deps): bump the actions group with 3 updates (#218)17565e2build(deps): bump the python-dependencies group with 6 updates (#219)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
sigstore/gh-action-sigstore-python
actions
3.0.1 → 3.1.0
Minor
actions
3.37 → 3.38
Technical Details
| ID: | 11080590 |
| UUID: | 3554445635 |
| Node ID: | PR_kwDOMt9I9c6vxPO9 |
| Host: | GitHub |
| Repository: | github/annotated-logger |