Skip to content

chore(deps): bump the github-actions group across 1 directory with 5 updates - #151

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

chore(deps): bump the github-actions group across 1 directory with 5 updates#151
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-09d4c2ed9b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 5 updates in the / directory:

Package From To
pypa/gh-action-pypi-publish 1.14.1 1.14.2
devr-tools/codeguard 1.2.0 1.5.0
Homebrew/actions/setup-homebrew 2026.07.20.1 2026.08.14.1
docker/setup-buildx-action 4.2.0 4.3.0
docker/login-action 4.4.0 4.6.0

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.5.0

Release notes

Sourced from devr-tools/codeguard's releases.

v1.5.0

1.5.0 (2026-08-16)

Features

  • add waiver audit cleanup command (a1895f7)

v1.4.1

1.4.1 (2026-08-11)

Bug Fixes

  • allow configless folder scans (6d6e6ca)
  • allow configless repo scans (5405103)

v1.4.0

1.4.0 (2026-08-11)

Features

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)

... (truncated)

Changelog

Sourced from devr-tools/codeguard's changelog.

Changelog

1.5.4 (2026-08-19)

Bug Fixes

  • bound waiver audit history reads (4ecb4da)
  • cap rule stats history reads (8aa4345)
  • detect zero HTTP client timeouts (c664c33)
  • parser: make Python call extraction linear (e3dd6d4)
  • parser: make Python call extraction linear (#140) (0970150)
  • quality: bound AI provenance git output (#139) (dc17db9)
  • quality: cap git provenance output (8e95804)
  • reject unsafe typeof null guards (e2f552e)
  • reliability: bound zero timeout detection (e838116)
  • scope nullable block guards to their bodies (fcb3023)
  • security: avoid retaining dynamic regexes (1a55a38)
  • security: avoid retaining dynamic regexes (#145) (3b6aa51)
  • security: bound git history secret scans (3fa7c09)
  • security: bound git-history parsing to prevent DoS (#146) (d0eb42f)
  • use errors.Is for bounded history reads (b5076ff)

1.5.3 (2026-08-19)

Bug Fixes

  • ci: require immutable GitHub Action refs (#111) (cbcea34)
  • ci: validate Homebrew formula version (c6b52bd)
  • ci: validate Homebrew formula version (#135) (3b14798)
  • config: contain performance history path (#126) (5f2f133)
  • make goroutine loop detection linear (b560584)
  • parser: bound tree-sitter scan resources (c83a2ce)
  • parser: bound tree-sitter scan resources (#133) (a0e4e3c)
  • performance: cap complexity regression reads (fca8c4e)
  • performance: cap complexity-regression reads to use corpus reader (#131) (25c173c)
  • prevent tsconfig from narrowing security scans (a464824)
  • quality: skip rolling-hash precompute when no full clone window exists (#125) (19c1874)
  • release: protect trusted publishing environment (4350eb9)
  • release: require protected release-publish environment for npm/PyPI OIDC publishing (#132) (43cff7e)
  • reliability: make goroutine-in-loop detection linear to avoid quadratic AST walks (#130) (23f7558)
  • security: contain slop history writes (d5209d5)
  • security: contain slop history writes (#136) (6ebbafc)
  • security: include targeted node_modules files in TypeScript semantic scans (#137) (0ef6ab1)
  • security: scan targeted node modules semantically (728e527)

1.5.2 (2026-08-18)

... (truncated)

Commits
  • 8d9ea15 chore(main): release 1.5.0 (#97)
  • d6d33f8 test: format history co-change fixture
  • a2d9d3d test: harden history co-change fixture
  • dbf5237 chore(main): release 1.5.0
  • f1d555e Add waiver audit cleanup command (#96)
  • c94518a test: satisfy lint for waiver audit fixtures
  • a1895f7 feat: add waiver audit cleanup command
  • d475da2 chore(main): release 1.4.1 (#95)
  • 3c2dc98 chore(main): release 1.4.1
  • 9aa8e07 Fix/folder scan default config (#94)
  • Additional commits viewable in compare view

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

Release notes

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

2026.08.14.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.2...2026.08.14.1

2026.08.10.2

What's Changed

Full Changelog: Homebrew/actions@2026.08.10.1...2026.08.10.2

2026.08.10.1

What's Changed

Full Changelog: Homebrew/actions@2026.08.03.2...2026.08.10.1

2026.08.03.2

What's Changed

Full Changelog: Homebrew/actions@2026.08.03.1...2026.08.03.2

2026.08.03.1

What's Changed

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

2026.07.29.1

What's Changed

... (truncated)

Commits
  • 8f3d1ec Merge pull request #916 from Homebrew/ai_trailer_allow
  • 5df02c8 check-commit-format: allow AI co-attribution
  • 13f73d7 Merge pull request #914 from Homebrew/dependabot/npm_and_yarn/npm-29ab304476
  • c9a6b14 Merge pull request #915 from Homebrew/dependabot/github_actions/github-action...
  • a4d850d build(deps): bump the github-actions group across 1 directory with 3 updates
  • a77119b build(deps): bump the npm group with 6 updates
  • 962acc9 Merge pull request #913 from Homebrew/sync-shared-config
  • 2973528 .rubocop.yml: update to match main configuration
  • b35a29a Merge pull request #907 from Homebrew/remove-bubblewrap-stable
  • 729b722 setup-homebrew: unprivileged stable Docker container
  • Additional commits viewable in compare view

Updates docker/setup-buildx-action from 4.2.0 to 4.3.0

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.3.0

Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0

Commits
  • 37fe631 Merge pull request #595 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • b5c4f91 [dependabot skip] chore: update generated content
  • 3e93b63 build(deps): bump @​docker/actions-toolkit from 0.92.0 to 0.95.0
  • e527031 Merge pull request #600 from docker/dependabot/npm_and_yarn/brace-expansion-1...
  • c68814b [dependabot skip] chore: update generated content
  • 3f891b0 build(deps): bump brace-expansion from 1.1.13 to 1.1.18
  • 787db26 Merge pull request #585 from docker/dependabot/npm_and_yarn/js-yaml-5.2.1
  • f779368 [dependabot skip] chore: update generated content
  • 7d5e604 build(deps): bump js-yaml from 5.2.0 to 5.3.0
  • 292c2fb Merge pull request #590 from docker/dependabot/github_actions/actions/setup-n...
  • Additional commits viewable 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

…updates

Bumps the github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.14.1` | `1.14.2` |
| [devr-tools/codeguard](https://github.com/devr-tools/codeguard) | `1.2.0` | `1.5.0` |
| [Homebrew/actions/setup-homebrew](https://github.com/homebrew/actions) | `2026.07.20.1` | `2026.08.14.1` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.2.0` | `4.3.0` |
| [docker/login-action](https://github.com/docker/login-action) | `4.4.0` | `4.6.0` |



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.5.0
- [Release notes](https://github.com/devr-tools/codeguard/releases)
- [Changelog](https://github.com/devr-tools/codeguard/blob/main/CHANGELOG.md)
- [Commits](a1f8eb3...8d9ea15)

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

Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@bb05f3f...37fe631)

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.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: Homebrew/actions/setup-homebrew
  dependency-version: 2026.08.14.1
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: docker/setup-buildx-action
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 20, 2026
@dependabot
dependabot Bot requested a review from alxxjohn as a code owner August 20, 2026 07:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 20, 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