threat-detection: bump external detector pin to v0.4.0 - #50709
Merged
pelikhan merged 3 commits intoAug 6, 2026
Conversation
3 tasks
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Bump external detector pin to threat-detect v0.4.0
threat-detection: bump external detector pin to v0.4.0
Aug 6, 2026
pelikhan
marked this pull request as ready for review
August 6, 2026 00:13
pelikhan
deleted the
copilot/threat-detection-bump-external-detector-pin
branch
August 6, 2026 00:16
Contributor
There was a problem hiding this comment.
Pull request overview
Pins the external threat detector to v0.4.0, enabling macOS assets and updated detection behavior.
Changes:
- Updates
DefaultThreatDetectVersionto v0.4.0. - Regenerates affected workflow lock files with the new installer pin.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/version_constants.go |
Updates the default detector version. |
.github/workflows/*.lock.yml |
Regenerates affected workflows with the v0.4.0 installer pin. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 98/98 changed files
- Comments generated: 1
- Review effort level: Balanced
| // is set in the workflow frontmatter, enabling the external threat-detect binary path instead | ||
| // of the inline engine execution path. | ||
| const DefaultThreatDetectVersion Version = "v0.3.0" | ||
| const DefaultThreatDetectVersion Version = "v0.4.0" |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
gh-aw-threat-detectionv0.4.0 adds darwin binary assets,ERR_VALIDATIONwarnings for degraded inputs, improved engine-failure rendering inconclude,GH_AW_DETECTION_CONTINUE_ON_ERRORsupport, and a false-positive fix for safe-outputs scaffolding. gh-aw was still pinned to v0.3.0, causing opaque 404s on macOS runners and blocking all downstream v0.4.x parity work.Changes
pkg/constants/version_constants.go: bumpDefaultThreatDetectVersionfromv0.3.0→v0.4.0.github/workflows/*.lock.yml(275 files): recompiled — only the install step argument changes per file: