Safe Output Health Report — 2026-03-26 #23123
Closed
Replies: 1 comment
-
|
This discussion has been marked as outdated by Safe Output Health Monitor. A newer discussion is available at Discussion #23237. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Executive Summary
The safe output job infrastructure is healthy. No safe output job failures occurred today. The primary concerns are upstream issues — detection model format failures that gate the safe_outputs job, and a push_repo_memory job infrastructure error.
Safe Output Job Statistics
create_discussioncreate_issueadd_commentcreate_pull_request_review_commentsubmit_pull_request_reviewupdate_pull_requestadd_reviewersend_slack_message/post_slack_messagedispatch_workflowset_issue_typeassign_to_agentUpstream Issues Blocking Safe Outputs
Issue 1: Detection Model Format Failure (4 runs affected)
The most impactful issue is the Copilot detection model failing to produce the required
THREAT_DETECTION_RESULTJSON format, which causes the detection job to fail with:Affected runs:
Root Cause: The
push_repo_memoryjob cannot find the localactions/setupaction, suggesting a checkout ordering issue — the actions folder checkout likely needs to precede the local action reference.Impact: MEDIUM — safe_outputs job succeeds and executes correctly, but the overall workflow conclusion is marked as
failuredue to this upstream job failure.Successful Run Highlights
View successful workflow executions
Recommendations
Critical (Investigate Detection Failures)
[EP024] Copilot Detection Model THREAT_DETECTION_RESULT Format Failure — NEW
THREAT_DETECTION_RESULT:{...}in at least 4 runs todayMedium Priority (Infrastructure)
[EP025]
push_repo_memoryMissingactions/setup— NEWactions/setuplocal action cannot be found duringpush_repo_memoryjob execution; likely checkout order issueCheckout actions folderstep runs before any local action references in thepush_repo_memoryjob YAML. The error suggests the checkout either didn't run or ran after the local action reference.Work Items
Work Item 1: Investigate and Fix Detection Model Format Failures
Work Item 2: Fix
push_repo_memoryCheckout Orderpush_repo_memoryjob fails becauseactions/setupis not found, marking runs as failed even when all safe_outputs succeededpush_repo_memoryjob succeeds in Workflow Health Manager and PR Triage Agent runspush_repo_memory; ensureCheckout actions folderstep precedes local action usageHistorical Context
This is audit run #188 for the Safe Output Health Monitor. Prior audits show:
The safe output job infrastructure has maintained a 100% execution success rate for all items that reached the
safe_outputsjob. The recurring patterns (EP002, EP008) from earlier audits were not observed in today's 24-hour window.Trends:
Next Steps
push_repo_memoryjob checkout orderReferences:
Beta Was this translation helpful? Give feedback.
All reactions