Bulk dependency update (resolves open dependabot PRs)#10
Merged
Conversation
Resolves the open dependabot PRs in one pass. Taken: - prometheus/client_golang 1.7.1 -> 1.23.2 (clears reachable GO-2022-0322 resource-exhaustion in the /metrics handler) - go.uber.org/zap 1.27.0 -> 1.28.0 - codecov/codecov-action 6.0.1 -> 7.0.0 - github/codeql-action 4.36.1 -> 4.36.2 (init, analyze, upload-sarif) - alpine 3.21 -> 3.24, pinned by digest (also lifts the Scorecard Pinned-Dependencies check) Declined (kept current, dependabot ignores tightened): - txn2/rxtx stays v1.3.2; v2 reintroduces broken legacy transitive deps and would change the rtq.MessageBatch path. Ignore the v2 major. - slsa-github-generator stays v2.0.0 (v2.1.x privacy-check false positive). Fixed the ignore rule to match the reusable-workflow's full dependency path. Also folds in the complete 15-directive elastic/beats replace block (previously only 7 were mirrored). make verify passes; binary still reports libbeat 7.17.29.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves all open dependabot PRs in one pass, verified together.
make verifypasses, binary still reports libbeat 7.17.29.Taken
prometheus/client_golang1.7.1 → 1.23.2 — also clears reachable GO-2022-0322 (resource exhaustion via the/metricshandler)go.uber.org/zap1.27.0 → 1.28.0codecov/codecov-action6.0.1 → 7.0.0github/codeql-action4.36.1 → 4.36.2 (init, analyze, upload-sarif)alpine3.21 → 3.24, digest-pinned (also lifts the Scorecard Pinned-Dependencies check)Declined (kept current; dependabot ignores tightened so they don't reopen)
txn2/rxtxstays v1.3.2 — v2 reintroduces the broken legacy transitive deps and changes thertq.MessageBatchpath. Ignore the v2 major.slsa-github-generatorstays v2.0.0 — v2.1.x privacy-check false positive halts provenance. Fixed the ignore rule (it was using the bare repo name, which doesn't match a reusable-workflow dependency path).Also folds in the complete 15-directive
elastic/beatsreplace block (master had only 7).On merge
Dependabot auto-closes #9, #7, #6, #5, #3 (the base branch now satisfies them). #8 and #4 will be closed manually as declined.
Verification
make verifygreen (lint 0 issues,go test -race, tidy-check, action-pin check).govulncheck: GO-2022-0322 no longer reported. Remaining called findings are containerd init-chain (transitive via libbeat) and stdlib — not addressable without a libbeat bump.