[actions] (deps): Bump the dev-dependencies group across 1 directory with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(11 months ago)
(11 months ago)
dependencies github_actions
Bumps the dev-dependencies group with 3 updates in the / directory: py-cov-action/python-coverage-comment-action, pypa/gh-action-pypi-publish and sigstore/gh-action-sigstore-python.
Updates py-cov-action/python-coverage-comment-action from 3.29 to 3.34
Release notes
Sourced from py-cov-action/python-coverage-comment-action's releases.
v3.34
What's Changed
- Revert "Calculate PR-style diff" by
@ewjoachimin py-cov-action/python-coverage-comment-action#555Full Changelog: https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.33...v3.34
v3.33
What's Changed
- Calculate PR-style diff by
@stickpersonin py-cov-action/python-coverage-comment-action#532New Contributors
@stickpersonmade their first contribution in py-cov-action/python-coverage-comment-action#532Full Changelog: https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.32...v3.33
v3.32
What's Changed
- Autorelease: Add missing checkout by
@ewjoachimin py-cov-action/python-coverage-comment-action#543Full Changelog: https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.31...v3.32
v3.31
What's Changed
- Publish image for ARM64 platform by
@miklukoin py-cov-action/python-coverage-comment-action#522- add GITHUB_BASE_URL to action.yml by
@PepijnBin py-cov-action/python-coverage-comment-action#525- Fix scripts/sync-pre-commit.py by
@ewjoachimin py-cov-action/python-coverage-comment-action#536- Properly close http clients by
@ewjoachimin py-cov-action/python-coverage-comment-action#538- Setup buildx for proper deployment by
@ewjoachimin py-cov-action/python-coverage-comment-action#539- Update README.md by
@rvernicain py-cov-action/python-coverage-comment-action#516- Add license to base image by
@ewjoachimin py-cov-action/python-coverage-comment-action#541- feat: use ghcr image instead of docker by
@zMynxxin py-cov-action/python-coverage-comment-action#540New Contributors
@miklukomade their first contribution in py-cov-action/python-coverage-comment-action#522@PepijnBmade their first contribution in py-cov-action/python-coverage-comment-action#525@rvernicamade their first contribution in py-cov-action/python-coverage-comment-action#516@zMynxxmade their first contribution in py-cov-action/python-coverage-comment-action#533Full Changelog: https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.30...v3.31
... (truncated)
Commits
970a227chore(deps): lock file maintenance (#553)e4c2027chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.11.12 (#552)7078413Merge pull request #555 from py-cov-action/revert-532-three-dot-comparison4ec869eRevert "Calculate PR-style diff"0abd69aMerge pull request #532 from stickperson/three-dot-comparison7a1270csimplify testc0575earemove copied fixtures2e8dc23update readme7a4e87f[pre-commit.ci] auto fixes from pre-commit.com hooks54e726ause three dot notation to calculate diff- Additional commits viewable in compare view
Updates pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4
Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
v1.12.4
✨ What's Changed
The main theme of this patch release that the support for uploading PEP 639 licensing metadata to PyPI has been fixed in #327.
🛠️ Internal Updates
A few smaller updates include the attestation existence being checked earlier in the process now, listing all the violating files together, not just one (PR #315). And the lock file with the software available in runtime has been re-pinned in #329. Additionally, the CI now runs the smoke-tests against both Ubuntu 22.04 and 24.04 explicitly via da900af96347cc027433720ad4f122117645459d.
🪞 Full Diff: https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4
🧔♂️ Release Manager:
@webknjaz🇺🇦🙏 Special Thanks to
@dnicolodi💰 and@woodruffw💰 for releasing the license metadata support fix in Twine!💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.
Commits
76f52bcMerge pull request #329 from webknjaz/maintenance/runtime-lockfile-24-02-202572de13b📌 Mass-upgrade transitive dependency pins1995f2eMerge pull request #327 from webknjaz/maintenance/twine-6.1-pep63929f40bd📦 Enable metadata 2.4 support in Twine10df67d📦 Enable support for PEP 639 metadatae0449d2🧪 Integrate a unifiedalls-greenGHA statuscebc64f🧪 Bump setuptools in smoke test to v75.8.0da900af🧪 Run smoke tests against Ubuntu 24 and 228cafb5c💰 Sync the funding config916e576Merge pull request #315 from webknjaz/refactoring/attestations-exist-bundle- Additional commits viewable in compare view
Updates sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1
Release notes
Sourced from sigstore/gh-action-sigstore-python's releases.
v3.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 upgraded to1.0.3to resolve a security vulnerability (#182)
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.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]
Added
inputsnow allows recursive globbing with**(#106)Removed
- The following settings have been removed:
fulcio-url,rekor-url,ctfe,rekor-root-pubkey(#140)- The following output settings have been removed:
signature,certificate,bundle(#146)Changed
inputsis now parsed according to POSIX shell lexing rules, improving the action's consistency when used with filenames containing whitespace or other significant characters (#104)
inputsis now optional ifrelease-signing-artifactsis true
... (truncated)
Commits
f7ad0afchore: prep 3.0.1 (#183)7dad330build(deps): bump rfc3161-client from 1.0.2 to 1.0.3 in /requirements (#182)deae7b0build(deps): bump astral-sh/setup-uv in the actions group (#181)f38fa95build(deps): bump urllib3 from 2.4.0 to 2.5.0 in /requirements (#180)6409abbbuild(deps): bump the actions group with 2 updates (#178)d7c8f99build(deps): bump softprops/action-gh-release in the actions group (#177)e346064build(deps): bump requests from 2.32.3 to 2.32.4 in /requirements (#176)cbd4d80Update Python dependencies (#174)250d174build(deps): bump github/codeql-action in the actions group (#172)42bbcffbuild(deps): bump astral-sh/setup-uv in the actions group (#171)- 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
sigstore/gh-action-sigstore-python
actions
3.0.0 → 3.0.1
Patch
pypa/gh-action-pypi-publish
actions
1.12.3 → 1.12.4
Patch
actions
3.29 → 3.34
Technical Details
| ID: | 1994073 |
| UUID: | 3166273398 |
| Node ID: | PR_kwDOMt9I9c6bkSaQ |
| Host: | GitHub |
| Repository: | github/annotated-logger |