chore(ci): add security.yml version marker#37
Merged
Conversation
Mirrors quantcli/common#21. The security workflow is copy-and-propagated across repos today; a version marker at the top of the file gives a future drift-check job a stable key to bind to. No behavior change. Per Lead Go review on quantcli/common#5: quantcli/common#5 (review) Refs QUA-47. Co-Authored-By: Paperclip <noreply@paperclip.ing>
DTTerastar
approved these changes
May 19, 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.
Summary
Follow-up from Lead Go Engineer review on quantcli/common#5. The security workflow is copy-and-propagated across repos today; this PR adds the version-marker comment at the top of
.github/workflows/security.ymlso a future drift-check job has a stable key to bind to. No behavior change to the workflow itself.Mirrors quantcli/common#21, which lands the same marker in
commonplus the propagation/switchover documentation inCONTRIBUTING.md.What changed
.github/workflows/security.yml: 4-line marker prepended abovename:(kept the existing 3-line block intact — those are propagation hints, the marker is the version key).Why
commonand every*-export-cli. Without a version marker there is no anchor for a future drift-check job that compares each export-cli's copy againstcommon's copy.>5-repos → workflow_callswitchover trigger is documented inquantcli/common'sCONTRIBUTING.md. This PR aligns the file's header with that policy.Test plan
Refs QUA-47.
🤖 Generated with Claude Code