fix: resolve security vuln, fix failing Dependabot PR, and harden CI permissions - #28
Merged
Merged
Conversation
Resolves CVE in golang.org/x/net (DoS via HTML parser). The new version requires Go 1.25, so update the Dockerfile builder image and go.mod accordingly. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Resolves three GitHub code scanning alerts for missing workflow permissions (actions/missing-workflow-permissions). Updates all action versions to avoid Node.js 20 deprecation warnings and fixes the deprecated set-output command in release.yaml. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
nv-mtucciarone
approved these changes
Aug 11, 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.
Summary
golang.org/x/netfrom 0.38.0 → 0.55.0 to fix the open DoS vulnerability (HTML parser, Dependabot alert bump helm chart to v1.0.6 #22). Closes the existing Dependabot PR Bump golang.org/x/net from 0.38.0 to 0.55.0 #27, which was failing CI because x/net 0.55.0 requires Go 1.25.golang:1.23→golang:1.25to match the newgodirective ingo.mod(root cause of PR Bump golang.org/x/net from 0.38.0 to 0.55.0 #27 build failure).permissions: contents: readto all workflow jobs, resolving all 3 openactions/missing-workflow-permissionscode scanning alerts. The release job additionally getspackages: writefor GHCR pushes.checkout@v2→v4,setup-qemu-action@v2→v3,setup-buildx-action@v2→v3,build-push-action@v4→v6,login-action@v2→v3,setup-go@v2→v5). Fixes the deprecatedset-outputcommand inrelease.yamlby using${{ github.repository }}directly.Test plan
🤖 Generated with Claude Code