Skip to content

Bump the actions group in /.github/workflows with 4 updates - #701

Merged
larrybradley merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-add9250a6e
Sep 1, 2026
Merged

Bump the actions group in /.github/workflows with 4 updates#701
larrybradley merged 1 commit into
mainfrom
dependabot/github_actions/dot-github/workflows/actions-add9250a6e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group in /.github/workflows with 4 updates: uraimo/run-on-arch-action, OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml, pypa/gh-action-pypi-publish and zizmorcore/zizmor-action.

Updates uraimo/run-on-arch-action from 3.1.0 to 3.2.0

Release notes

Sourced from uraimo/run-on-arch-action's releases.

3.2.0

What's Changed

New Contributors

Full Changelog: uraimo/run-on-arch-action@v3.1.0...v3.2.0

Commits
  • 460cb8e Merge pull request #176 from cheungxi/agent/add-loongarch64-support
  • 32262e9 Add loongarch64 support
  • f5a337e Merge pull request #175 from rf152/master
  • 378be72 Added trixie for aarch64 and armv7
  • 252d804 Merge pull request #148 from eXpl0it3r/feature/link-github-token
  • 1d373fc Merge pull request #173 from uraimo/bugfix-set-output
  • 596559a Update deprecated set-output, fixes #171
  • 7711f7b Merge pull request #172 from xavier2k6/arch_act_p2
  • 16c2493 Bumped actions/checkout -> v6 (node24 compatibility)
  • See full diff in compare view

Updates OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml from 3.0.2 to 3.0.3

Release notes

Sourced from OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml's releases.

v3.0.3

What's Changed

Full Changelog: OpenAstronomy/github-actions-workflows@v3.0.2...v3.0.3

Commits
  • 22ddf09 Merge pull request #421 from OpenAstronomy/dependabot/github_actions/dot-gith...
  • 1611b98 Bump the actions group across 1 directory with 8 updates
  • 158acf5 Specify name for job which is expected to fail
  • f159b68 DEP: upgrade cibw (4.0.0 -> 4.2.0) (#420)
  • 06db25f [pre-commit.ci] pre-commit autoupdate (#408)
  • d411b3b DEP: upgrade pypa/gh-action-pypi-publish (support Metadata 2.5) (#418)
  • 8db492e MNT: fix a typo in a workflow step name (#415)
  • 2ee1c83 STY: pin ruff version exactly and fix new violations in v0.16.0 (#411)
  • 118a532 DEP: ensure coverage is installed with toml support (#417)
  • See full diff 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

Updates zizmorcore/zizmor-action from 0.6.1 to 0.6.2

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.6.2

zizmor 1.29.0 is now the default version.

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 actions group in /.github/workflows with 4 updates: [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action), [OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml](https://github.com/openastronomy/github-actions-workflows), [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action).


Updates `uraimo/run-on-arch-action` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/uraimo/run-on-arch-action/releases)
- [Commits](uraimo/run-on-arch-action@f9b26e3...460cb8e)

Updates `OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/openastronomy/github-actions-workflows/releases)
- [Commits](OpenAstronomy/github-actions-workflows@8c8bb6c...22ddf09)

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)

Updates `zizmorcore/zizmor-action` from 0.6.1 to 0.6.2
- [Release notes](https://github.com/zizmorcore/zizmor-action/releases)
- [Commits](zizmorcore/zizmor-action@6fc4b00...3dc1ecc)

---
updated-dependencies:
- dependency-name: uraimo/run-on-arch-action
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: OpenAstronomy/github-actions-workflows/.github/workflows/publish.yml
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: zizmorcore/zizmor-action
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

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 Sep 1, 2026
@larrybradley larrybradley added this to the 0.13 milestone Sep 1, 2026
@larrybradley
larrybradley merged commit c33e337 into main Sep 1, 2026
42 of 46 checks passed
@larrybradley
larrybradley deleted the dependabot/github_actions/dot-github/workflows/actions-add9250a6e branch September 1, 2026 23:07
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 no-changelog-entry-needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant