fix(deps): vuln unstable upgrades — 45 packages (unstable: 3 · minor: 42) [test]#2596
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 369ccc95ad
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| module github.com/DataDog/helm-charts/test | ||
|
|
||
| go 1.24.9 | ||
| go 1.25.8 |
There was a problem hiding this comment.
Use a released Go version in test module
Bumping test/go.mod to go 1.25.8 makes the test module unbuildable right now: running go test -C test ./datadog attempts to auto-fetch go1.25.8 and fails (golang.org/toolchain ... 403 Forbidden), which means CI jobs that run this module cannot execute. This also conflicts with the current workflows that still provision Go 1.24 (for example .github/workflows/go-test-datadog.yaml:33), so this commit introduces a hard failure path until the module targets an actually available toolchain (or workflows are updated to a released matching version).
Useful? React with 👍 / 👎.
369ccc9 to
ac8476a
Compare
Auto-rebase completeBranch is up to date with Auto-Rebase · Add |
Co-authored-by: dd-octo-sts-c33ac5[bot] <256648544+dd-octo-sts-c33ac5[bot]@users.noreply.github.com>
Co-authored-by: dd-octo-sts-c33ac5[bot] <256648544+dd-octo-sts-c33ac5[bot]@users.noreply.github.com>
ac8476a to
6804e90
Compare
Summary: Critical-severity security update — 45 packages upgraded (UNSTABLE changes included)
Manifests changed:
test(go)✅ Action Required: Please review the changes below. If they look good, approve and merge this PR.
Updates
Packages marked with "-" are updated due to dependency constraints.
Security Details
🚨 Critical & High Severity (3 fixed)
ℹ️ Other Vulnerabilities (11)
v1.4.2v1.5.1test/go.modv1.2.0v1.6.0test/go.modv1.2.0v1.4.0test/go.modv4.12.0v4.13.0test/go.modReview Checklist
Standard review:
Update Mode: Vulnerability Remediation (Critical)
🤖 Generated by DataDog Automated Dependency Management System