deps: apply the six pending dependabot updates in one batch - #141
Merged
Conversation
Dependabot PRs #126-#128 and #138-#140 all fail the Supply chain check for the same structural reason: they bump go.mod but cannot regenerate sbom.json, so 'Check SBOM is current' rejects every one of them. Applied together here with the SBOM regenerated: - prometheus/client_model 0.6.2 -> 0.6.3 (#140) - shirou/gopsutil/v4 4.26.7 -> 4.26.8 (#139) - prometheus/common 0.70.1 -> 0.71.0 (#138) - spf13/pflag 1.0.9 -> 1.0.10 (#128) - google.golang.org/grpc 1.83.1 -> 1.83.2 (+genproto, protobuf) (#127) - otel group -> 1.46.0 (otel, otlptracegrpc, stdouttrace, sdk, trace) (#126) Full test suite, build, vet, gofmt and license-check green locally.
This was referenced Sep 7, 2026
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.
The six open dependabot PRs (#126, #127, #128, #138, #139, #140) all fail the Supply chain check for the same structural reason: dependabot bumps
go.modbut cannot regeneratesbom.json, so Check SBOM is current rejects each of them individually.This PR applies all six updates together with the SBOM regenerated in the same commit:
Local gate: full test suite, build, vet, gofmt,
make sbom-check,make license-check— all green. The dependabot PRs can be closed once this lands.