Skip to content

ci: bump the ci-updates group across 1 directory with 4 updates - #328

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/ci-updates-2397b32532
Open

ci: bump the ci-updates group across 1 directory with 4 updates#328
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/ci-updates-2397b32532

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the ci-updates group with 4 updates in the / directory: readmeio/rdme, astral-sh/setup-uv, py-cov-action/python-coverage-comment-action and pypa/gh-action-pypi-publish.

Updates readmeio/rdme from 10.9.3 to 10.9.6

Release notes

Sourced from readmeio/rdme's releases.

v10.9.6

10.9.6 (2026-08-06)

Bug Fixes

  • empty commit to force a release (ff709c7)
  • empty commit to force a release (2d2b204)
  • empty commit to force a release (c278eb7)
  • gha: bundle undici for OpenAPI URL uploads (#1514) (322ef94), closes #1513

v10.9.6-next.1

10.9.6-next.1 (2026-08-06)

Bug Fixes

  • empty commit to force a release (2d2b204)
  • empty commit to force a release (c278eb7)
  • gha: bundle undici for OpenAPI URL uploads (#1514) (322ef94), closes #1513

v10.9.5

10.9.5 (2026-08-05)

Bug Fixes

  • empty commit to force a release (d4ea864)
  • openapi: improved protections against retrieving invalid URLs (#1512) (cd28601)

v10.9.5-next.1

10.9.5-next.1 (2026-08-05)

Bug Fixes

  • openapi: improved protections against retrieving invalid URLs (#1512) (cd28601)

v10.9.4

10.9.4 (2026-08-03)

Bug Fixes

  • empty commit to force a release (d25c11d)
  • openapi: upgrade our bundler to resolver issues with $ref resolutions (#1499) (ae74f2b)

v10.9.4-next.1

10.9.4-next.1 (2026-07-30)

... (truncated)

Changelog

Sourced from readmeio/rdme's changelog.

10.10.0-next.2 (2026-08-17)

Bug Fixes

  • Disable javascript execution in 2nd frontmatter (#1518) (922cbde)

10.10.0-next.1 (2026-08-12)

Features

  • openapi: add configurable upload timeout (#1516) (8c44efe)

10.9.7-next.1 (2026-08-12)

Bug Fixes

  • openapi: treat pending uploads as accepted (#1515) (757950c)

10.9.6 (2026-08-06)

Bug Fixes

  • empty commit to force a release (ff709c7)
  • empty commit to force a release (2d2b204)
  • empty commit to force a release (c278eb7)
  • gha: bundle undici for OpenAPI URL uploads (#1514) (322ef94), closes #1513

10.9.6-next.1 (2026-08-06)

Bug Fixes

  • empty commit to force a release (2d2b204)
  • empty commit to force a release (c278eb7)
  • gha: bundle undici for OpenAPI URL uploads (#1514) (322ef94), closes #1513

10.9.5 (2026-08-05)

Bug Fixes

  • empty commit to force a release (d4ea864)
  • openapi: improved protections against retrieving invalid URLs (#1512) (cd28601)

10.9.5-next.1 (2026-08-05)

... (truncated)

Commits
  • 191a35d build(release): 🚀 v10.9.6 🦉
  • ff709c7 fix: empty commit to force a release
  • 23e5a77 build(release): 🚀 v10.9.6-next.1 🦉
  • 2d2b204 fix: empty commit to force a release
  • c278eb7 fix: empty commit to force a release
  • 322ef94 fix(gha): bundle undici for OpenAPI URL uploads (#1514)
  • 6c330ae build(release): 🚀 v10.9.5 🦉
  • d4ea864 fix: empty commit to force a release
  • 7296c5b build(release): 🚀 v10.9.5-next.1 🦉
  • cd28601 fix(openapi): improved protections against retrieving invalid URLs (#1512)
  • Additional commits viewable in compare view

Updates astral-sh/setup-uv from 8.3.2 to 10.0.1

Release notes

Sourced from astral-sh/setup-uv's releases.

v10.0.1 🌈 Tolerate transient manifest timeouts

Changes

Thank you @​arguile- for making this action more resilient.

🐛 Bug fixes

🧰 Maintenance

📚 Documentation

v10.0.0 🌈 Disable automatic caching for sensitive events and new QOL features

Changes

Another breaking release, directly after v9.0.0 but we think the added security justifies that.

Extra security by default

If you use the default enable-cache: auto this will now DISABLE THE CACHE to protect against cache poisoning for the following events:

  • pull_request_target
  • workflow_run
  • release

You can read the full reasoning in astral-sh/setup-uv#984

version: latest-known

- name: Install the latest version of uv known to setup-uv
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version: "latest-known"

This will now install the latest version with a checksum that is known by this action. The known uv checksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.

Read python version from .tool-versions

- name: Install uv based on the version defined in .tool-versions and also set python
  uses: astral-sh/setup-uv@v10.0.0
  with:
    version-file: "pyproject.toml"
</tr></table> 

... (truncated)

Commits

Updates py-cov-action/python-coverage-comment-action from 4.1 to 4.3

Release notes

Sourced from py-cov-action/python-coverage-comment-action's releases.

v4.3

What's Changed

Full Changelog: py-cov-action/python-coverage-comment-action@v4.2...v4.3

v4.2

What's Changed

Full Changelog: py-cov-action/python-coverage-comment-action@v4.1...v4.2

Commits
  • a05be3d Merge pull request #739 from py-cov-action/improve-release
  • ef991b3 Avoid full checkout
  • a5496e3 Exclude renovate form auto-notes
  • bf8a28f Lock file maintenance (#733)
  • 8207f4b Merge pull request #738 from py-cov-action/persist-credentials-and-workflow-lint
  • 89461f2 ci: link the e2e repositories from the deployment
  • 1c01767 ci: run the end-to-end tests in their own job
  • c64623c ci: keep the e2e tokens available to ci.yml
  • a5a7a09 chore: check that action.yml and the docs agree on the inputs
  • f7bf75b docs: document USE_GH_PAGES_HTML_URL
  • Additional commits viewable in compare view

Updates pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2

Release notes

Sourced from pypa/gh-action-pypi-publish's releases.

v1.14.2

🛠️ Urgh… Another release!? Again? Explain yourself!

Looking at the diff, you'll only witness updates across the dependency tree. That's it! It's not a security fix or anything like that even, no. But you'll want this update.

[!tip] So what most people will find useful is @​takluyver💰's update of Twine to v7 that we use internally (#416). This version will let them upload their sdists and wheels containing core packaging metadata v2.5 to (Test)PyPI.

🧐 Tell me why..

TL;DR non-pure-python projects with C-extensions tend to have dozens (sometimes hundreds) wheels to upload to PyPI per release. They are often quite big and take time to transfer over the network. People started noticing problems and coming up with DIY sharding workarounds like aio-libs/aiohttp#13226 around July 23. On this date, projects with a good amount of bytes to publish would start getting timeouts 5 minutes after the PyPI publishing job begun. The same job that worked just fine before.

I had to start pinging upstream library and ecosystem people, on GitHub and privately, to start making sense of what was happening. Eventually, we collectively concluded that GitHub must've shortened the lifetime of their OIDC identity — it seems to have used to be 10 minutes long (at some point in the past) and is now 5 minutes, apparently. It's not documented clearly, and we have not been able to get any clarity by attempting to contact GitHub through private channels, using personal connections.

Over the course of investigation, @​facutuesca💰 found and fixed a related underlying cache invalidation bug in sigstore/sigstore-python#1838, which he then coordinated propagation through the dependency chain updates in sigstore-python, pypi-attestations, gh-action-pypi-publish and gh-action-sigstore-python.

Mike's also discovered that Sigstore's Rekor slowdown seems to have become the main contributing cause of the last week's incident. He's collected some data to support this claim: https://publishing-five-minute-timeout.tiiny.site.

🫶 New Contributors

🪞 Full Diff: pypa/gh-action-pypi-publish@v1.14.1...v1.14.2

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​davidbrochart💰 and @​Dreamsorcerer💰 for turning my attention (in #415 and in private) to the newly surfaced corner case in GitHub's behavior that only affected a narrow category of projects while many others remained blissfully unaware. @​bdraco💰 came up with a DIY sharding workaround for aiohttp that served as a demo for other projects. @​miketheman💰 confirmed the Warehouse-side details. Also, @​jku💰 and @​woodruffw💰 helped work through, review and release the Sigstore ecosystem upstream libs.

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and [on GitHub][release discussion].

[![GH Sponsors badge]][GH Sponsors URL]

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the ci-updates group with 4 updates in the / directory: [readmeio/rdme](https://github.com/readmeio/rdme), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish).


Updates `readmeio/rdme` from 10.9.3 to 10.9.6
- [Release notes](https://github.com/readmeio/rdme/releases)
- [Changelog](https://github.com/readmeio/rdme/blob/next/CHANGELOG.md)
- [Commits](readmeio/rdme@2ba9190...191a35d)

Updates `astral-sh/setup-uv` from 8.3.2 to 10.0.1
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@11f9893...20cfd1b)

Updates `py-cov-action/python-coverage-comment-action` from 4.1 to 4.3
- [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases)
- [Commits](py-cov-action/python-coverage-comment-action@5d8df59...a05be3d)

Updates `pypa/gh-action-pypi-publish` from 1.14.1 to 1.14.2
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@ba38be9...dc37677)

---
updated-dependencies:
- dependency-name: readmeio/rdme
  dependency-version: 10.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-updates
- dependency-name: astral-sh/setup-uv
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-updates
- dependency-name: py-cov-action/python-coverage-comment-action
  dependency-version: '4.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci-updates
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 17, 2026
@github-actions

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants