Skip to content

chore(deps): Bump docker/setup-buildx-action from 3 to 4#4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4
Closed

chore(deps): Bump docker/setup-buildx-action from 3 to 4#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/setup-buildx-action-4

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps docker/setup-buildx-action from 3 to 4.

Release notes

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

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • bb05f3f Merge pull request #580 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 321c814 [dependabot skip] chore: update generated content
  • b9a36ef build(deps): bump @​docker/actions-toolkit from 0.91.0 to 0.92.0
  • ebeab24 Merge pull request #570 from docker/dependabot/npm_and_yarn/undici-6.27.0
  • 5c7b8ae [dependabot skip] chore: update generated content
  • 037e618 build(deps): bump undici from 6.25.0 to 6.27.0
  • 66080e5 Merge pull request #577 from docker/dependabot/npm_and_yarn/sigstore-4.1.1
  • 409aef0 Merge pull request #562 from docker/dependabot/npm_and_yarn/js-yaml-4.2.0
  • 49c6e42 build(deps): bump sigstore from 4.1.0 to 4.1.1
  • 2211273 [dependabot skip] chore: update generated content
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

myso-kr added a commit that referenced this pull request Jul 24, 2026
…deps

CodeQL code scanning (repo went public) surfaced 3 errors + 3 warnings:

- log-injection (error ×3, cmd/server logging.go + collect_pipeline.go): client-
  controlled values (request path/method, session id) reached log lines. slog already
  escapes attribute values, but added an explicit logSafe() control-char stripper
  (CWE-117) applied at the source (r.URL.Path/r.Method and shortSID).
- unhandled-writable-file-close (warning, internal/audit/sink_wal.go): the WAL
  checkpoint file's Close() error was dropped after a defer; restructured to return it
  (a flush error on close is no longer silently lost).
- incorrect-integer-conversion (warning, internal/gate/redisratelimit.go): the int64
  Redis reply is now clamped to [0, MaxInt32] before int() so the conversion is safe on
  a 32-bit build.
- disabled-certificate-check (warning, cmd/redteam): intentional — the red-team attack
  tool skips TLS verification to attack the LOCAL self-signed dev engine and is never
  distributed. Added .github/codeql/codeql-config.yml (paths-ignore cmd/redteam,
  cmd/tlsparrot) and dismissed the alert with that rationale.

CI hardening: scripts/ci-overlays.sh now tears down the base detection stack before the
overlays (the detector-vs-bots job left it up, racing the overlays for host port 8444)
and retries each overlay up to 3× with a gate-log dump — fixing the privacy-pass overlay
intermittently seeing connection-refused for its full readiness window in CI (it passes
standalone locally).

Dependency bumps (Dependabot PRs #1-#4, applied directly to keep history linear):
actions/setup-go v5→v7, github/codeql-action v3→v4, docker/setup-buildx-action v3→v4,
docker/build-push-action v6→v7.

go build/test green; workflow YAML valid.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@myso-kr

myso-kr commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Applied directly on main in commit 4595919 (kept the history linear rather than a merge commit). Thanks Dependabot 🤖

@myso-kr myso-kr closed this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/docker/setup-buildx-action-4 branch July 24, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant