chore(deps): bump Go dependencies (minor/patch)#510
Merged
Conversation
Minimal-version-selection net of `go get` on outdated direct deps + `go mod tidy`. No major bumps; replace-directive target (tmi-clients) and golang/protobuf excluded. Direct: - github.com/aws/aws-sdk-go-v2/config v1.32.25 -> v1.32.26 - github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.42.3 -> v1.42.4 - github.com/oracle/oci-go-sdk/v65 v65.118.1 -> v65.119.0 - google.golang.org/api v0.286.0 -> v0.287.0 Indirect: - github.com/aws/aws-sdk-go-v2/credentials v1.19.24 -> v1.19.25 - github.com/aws/aws-sdk-go-v2/service/signin v1.2.0 -> v1.2.1 - github.com/aws/aws-sdk-go-v2/service/sso v1.31.3 -> v1.31.4 - github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.6 -> v1.36.7 - github.com/aws/aws-sdk-go-v2/service/sts v1.43.3 -> v1.43.4 - github.com/googleapis/enterprise-certificate-proxy v0.3.16 -> v0.3.17 - google.golang.org/genproto/googleapis/rpc (pseudo-version bump) - k8s.io/apiextensions-apiserver v0.36.1 -> v0.36.2 No security fixes required: govulncheck clean, zero open Dependabot alerts, pnpm audit clean. Node/pnpm: nothing outdated. No DB driver/ORM/GORM change (no oracle-db-admin review needed). Verified: make build-server, make lint (0 issues), make test-unit (2381 passed). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kk9GxWS9EpazjbwBKfMpUX
…ependabot alerts The Security Deps Gate called `gh api /dependabot/alerts` with the default GITHUB_TOKEN, which cannot read that endpoint (needs "Dependabot alerts: read"; security-events only covers code-scanning), so it 403'd and failed on every PR. Mint the same GitHub App token deps-bump.yml uses, which has that permission. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kk9GxWS9EpazjbwBKfMpUX
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.
Automated dependency bump (via
/bump).Go — minimal-version selection net of
go get+go mod tidyDirect:
aws-sdk-go-v2/configv1.32.25 → v1.32.26aws-sdk-go-v2/service/secretsmanagerv1.42.3 → v1.42.4oracle/oci-go-sdk/v65v65.118.1 → v65.119.0google.golang.org/apiv0.286.0 → v0.287.0Indirect: aws credentials/signin/sso/ssooidc/sts, googleapis/enterprise-certificate-proxy, genproto/rpc, k8s.io/apiextensions-apiserver v0.36.1 → v0.36.2.
No major bumps.
tmi-clients(replace-directive target) andgolang/protobuf(excluded) untouched. No DB driver/ORM/GORM change.Security
Node/pnpm
Nothing outdated.
Validation (local)
make build-server✅make lint✅ (0 issues)make test-unit✅ (2381 passed, 0 failed)🤖 Generated with Claude Code
Also in this PR: fixed the
Security Deps Gateworkflow, which 403'd on every PR because it read the Dependabot alerts API with the defaultGITHUB_TOKEN(lacks that permission). It now mints the same GitHub App tokendeps-bump.ymluses.