ci(zizmor): deduplicate full-repository scans#640
Conversation
Code Coverage OverviewLanguages: Go, C# Go / code-coverage/testThe overall coverage remains at 50%, unchanged from the C# / code-coverage/dotnetThe overall coverage remains at 100%, unchanged from the Updated |
@codex review |
✅MegaLinter analysis: Success
Notices📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining See detailed reports in MegaLinter artifacts Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining
|
Readiness evidence at head Local validation also passed every The merge-group path cannot be generated from a draft PR; its zero-permission successful no-op and exact-true privilege gate are covered structurally. The actual PR route has been observed and judged correct. Exact-head Codex review is still processing, so this remains draft. |
|
Codex Review: Didn't find any major issues. Hooray! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |

Summary
mainpushes plus the targeted failure fixtureWhy
Actions currently performs three full-repository Zizmor scans per pull request and two per ordinary
mainpush. Removing the redundant advisory lookups reduces self-inflicted GitHub API pressure without reducing the pull-request gate, default-branch SARIF refresh, or failure-mode coverage.Fixes #639
Part of #514