ci/docs: correct CodeQL code-scanning caveat — repo is public - #412
Merged
Conversation
The repo is public (confirmed: visibility=public), so CodeQL code scanning is free and available with no setup — the analyze step's SARIF upload just works. Strip the stale "needs GitHub Advanced Security / enable code scanning" caveat (that's the private-repo case) from the codeql.yml comment and the two CodeQL plan entries. Leaves untouched the separate, substantive "packet.net is private" design references (self-update feed needing a public host; the ax25-ts parity-check read token) — those are owner design decisions to revisit, not caveats to strip. https://claude.ai/code/session_01GSRLZXowGYeRieqaevEtBb
This was referenced Jun 13, 2026
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.
The repo is public (confirmed via the API —
visibility: public), so CodeQL code scanning is free and available with no setup: theanalyzestep's SARIF upload just works, and results land in Security → Code scanning automatically. There is no GHAS/enable-it step to do — that caveat only applies to private repos.This strips the stale "needs GitHub Advanced Security / enable code scanning" note from:
codeql.ymlheader comment, anddocs/plan.md§17.Deliberately not touched: the separate
packet.net is privatereferences in the plan (the self-update feed needing a public host, and the ax25-ts parity-check read token). Those are substantive design decisions authored elsewhere, not caveats — flagged for the owner to revisit rather than silently rewritten.Comment/docs only; YAML validated.
https://claude.ai/code/session_01GSRLZXowGYeRieqaevEtBb
Generated by Claude Code