Message: the finding message, an optional Suggestion: line when the finding explanation carries one, and a trailing Explain: deltascope rules explain <rule_id> line.
Command: level maps to the workflow command — blocker → ::error, warning → ::warning, notice → ::notice.
Location:file/line/col are included when location and/or path are available; file is omitted when Options.Path is empty.
Unsupported statements render as ::notice and do not gain an explain command, because unsupported statements have no rule id.
Parser-error diagnostics (spec.DiagnosticParserError) render as ::error with the stable Parser Error title, safe reason/action text, and diagnostic line/column; raw failed SQL is never emitted.
Package githubactions renders audit results as GitHub Actions workflow commands.
input: internal report findings and source-located parser diagnostics from the audit application flow
output: GitHub Actions finding and parser-error annotation commands for CI pipeline integration
pos: infrastructure output adapter for the GitHub Actions CI-native renderer
note: if this file changes, update this header and module README.md.