Skip to content

chore(deps): bump the github-actions group with 4 updates - #92

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-92199151cf
Open

chore(deps): bump the github-actions group with 4 updates#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-92199151cf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 4 updates: pypa/gh-action-pypi-publish, devr-tools/codeguard, Homebrew/actions/setup-homebrew and docker/login-action.

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 devr-tools/codeguard from 1.2.0 to 1.3.9

Release notes

Sourced from devr-tools/codeguard's releases.

v1.3.9

1.3.9 (2026-07-29)

Bug Fixes

  • keep domain structural smell positives (a8b5a62)
  • retune precision for monorepo false positives (7422df9)
  • satisfy precision retune lint checks (d55e5ec)

v1.3.8

1.3.8 (2026-07-28)

Bug Fixes

  • credit typescript null narrowing (be628a4)
  • focus integer overflow on allocation risk (712ac16)
  • make boolean naming precision contract based (b1da7ca)
  • narrow boundary input detection (31c1bc4)
  • remove unused boolean expression parameter (8f0b1af)
  • retune naming and return precision (43813e4)
  • retune quality precision false positives (c61b831)
  • skip validation throws in control-flow rule (280ccdd)

v1.3.7

1.3.7 (2026-07-28)

Bug Fixes

  • narrow defensive precision broadening (3a237f0)
  • reduce defensive false positives (81388fd)
  • reduce defensive precision false positives (#85) (4ce5e1d)

v1.3.6

1.3.6 (2026-07-28)

Bug Fixes

  • report retry-mitigated sequence debt (8c7a6d5)
  • retune defensive precision followups (a9367ae)
  • retune defensive precision followups (#83) (ef6111a)
  • treat allocators as command style (4d7dfa9)

v1.3.5

1.3.5 (2026-07-28)

... (truncated)

Changelog

Sourced from devr-tools/codeguard's changelog.

1.3.9 (2026-07-29)

Bug Fixes

  • keep domain structural smell positives (a8b5a62)
  • retune precision for monorepo false positives (7422df9)
  • satisfy precision retune lint checks (d55e5ec)

1.3.8 (2026-07-28)

Bug Fixes

  • credit typescript null narrowing (be628a4)
  • focus integer overflow on allocation risk (712ac16)
  • make boolean naming precision contract based (b1da7ca)
  • narrow boundary input detection (31c1bc4)
  • remove unused boolean expression parameter (8f0b1af)
  • retune naming and return precision (43813e4)
  • retune quality precision false positives (c61b831)
  • skip validation throws in control-flow rule (280ccdd)

1.3.7 (2026-07-28)

Bug Fixes

  • narrow defensive precision broadening (3a237f0)
  • reduce defensive false positives (81388fd)
  • reduce defensive precision false positives (#85) (4ce5e1d)

1.3.6 (2026-07-28)

Bug Fixes

  • report retry-mitigated sequence debt (8c7a6d5)
  • retune defensive precision followups (a9367ae)
  • retune defensive precision followups (#83) (ef6111a)
  • treat allocators as command style (4d7dfa9)

1.3.5 (2026-07-28)

Bug Fixes

  • cover remaining precision retunes (1fd6f2b)
  • retune precision false positives (6a09863)
  • retune precision false positives (#81) (a63ff23)

... (truncated)

Commits
  • 4841320 chore(main): release 1.3.9 (#91)
  • 7011c52 chore(main): release 1.3.9
  • ad6fe29 Retune precision for monorepo false positives (#90)
  • a8b5a62 fix: keep domain structural smell positives
  • d55e5ec fix: satisfy precision retune lint checks
  • 54d6d28 Merge branch 'main' into fix/monorepo-precision-retune
  • 7422df9 fix: retune precision for monorepo false positives
  • e7e27f8 chore(main): release 1.3.8 (#88)
  • 29a3bda chore(main): release 1.3.8
  • 58e7ef6 Retune quality precision false positives (#87)
  • Additional commits viewable in compare view

Updates Homebrew/actions/setup-homebrew from 2026.07.20.1 to 2026.07.29.1

Release notes

Sourced from Homebrew/actions/setup-homebrew's releases.

2026.07.29.1

What's Changed

Full Changelog: Homebrew/actions@2026.07.20.1...2026.07.29.1

Commits
  • 9af03b7 Merge pull request #896 from Homebrew/dependabot/npm_and_yarn/js-yaml-5.2.2
  • b4b1cb0 build(deps): bump js-yaml from 5.2.1 to 5.2.2
  • 15d0b66 Merge pull request #894 from Homebrew/ai-attribution-review-policy
  • de7a3ef Enforce responsible AI commit attribution
  • f78b979 Merge pull request #892 from Homebrew/dependabot/npm_and_yarn/npm-8764e037e3
  • 07754aa Merge pull request #893 from Homebrew/dependabot/github_actions/github-action...
  • bc940d2 build(deps): bump the github-actions group across 5 directories with 8 updates
  • 69fd35f build(deps): bump json-with-bigint from 3.5.8 to 3.5.10 in the npm group
  • See full diff in compare view

Updates docker/login-action from 4.4.0 to 4.6.0

Release notes

Sourced from docker/login-action's releases.

v4.6.0

Full Changelog: docker/login-action@v4.5.2...v4.6.0

v4.5.2

Full Changelog: docker/login-action@v4.5.1...v4.5.2

v4.5.1

Full Changelog: docker/login-action@v4.5.0...v4.5.1

v4.5.0

Full Changelog: docker/login-action@v4.4.0...v4.5.0

Commits
  • dbcb813 Merge pull request #1051 from docker/dependabot/npm_and_yarn/aws-sdk-dependen...
  • 5bcb015 [dependabot skip] chore: update generated content
  • b30b2f2 build(deps): bump the aws-sdk-dependencies group across 1 directory with 2 up...
  • 9087f1e Merge pull request #1057 from docker/dependabot/npm_and_yarn/js-yaml-5.2.2
  • 0009830 [dependabot skip] chore: update generated content
  • 2325523 build(deps): bump js-yaml from 5.2.1 to 5.2.2
  • 4ec1d4a Merge pull request #1056 from docker/dependabot/npm_and_yarn/postcss-8.5.22
  • 5fc99ba Merge pull request #1053 from docker/dependabot/github_actions/aws-actions/co...
  • e512bd5 Merge pull request #1052 from docker/dependabot/github_actions/codeql-actions...
  • a146c91 Merge pull request #1059 from crazy-max/harden-buildx-scope-paths
  • 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 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 github-actions group with 4 updates: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish), [devr-tools/codeguard](https://github.com/devr-tools/codeguard), [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) and [docker/login-action](https://github.com/docker/login-action).


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 `devr-tools/codeguard` from 1.2.0 to 1.3.9
- [Release notes](https://github.com/devr-tools/codeguard/releases)
- [Changelog](https://github.com/devr-tools/codeguard/blob/main/CHANGELOG.md)
- [Commits](v1.2.0...v1.3.9)

Updates `Homebrew/actions/setup-homebrew` from 2026.07.20.1 to 2026.07.29.1
- [Release notes](https://github.com/homebrew/actions/releases)
- [Changelog](https://github.com/Homebrew/actions/blob/main/release.test.mts)
- [Commits](Homebrew/actions@df4b091...9af03b7)

Updates `docker/login-action` from 4.4.0 to 4.6.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@af1e73f...dbcb813)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-version: 1.14.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: devr-tools/codeguard
  dependency-version: 1.3.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.07.29.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-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 Jul 30, 2026
@dependabot
dependabot Bot requested a review from alxxjohn as a code owner July 30, 2026 07:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 30, 2026
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