You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: build Go with e2e tag for full CodeQL coverage
CodeQL autobuild runs `go build ./...` without custom tags, causing
225 Go files with `//go:build e2e` constraints to be detected but not
analyzed. Replace autobuild for Go with a custom build step that
includes the e2e tag so all Go files are scanned.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments