Skip to content

chore(ci): add security.yml version marker#37

Merged
DTTerastar merged 1 commit into
mainfrom
chore/security-yml-version-marker
May 19, 2026
Merged

chore(ci): add security.yml version marker#37
DTTerastar merged 1 commit into
mainfrom
chore/security-yml-version-marker

Conversation

@Terastar-Paperclip
Copy link
Copy Markdown
Contributor

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.yml so 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 common plus the propagation/switchover documentation in CONTRIBUTING.md.

What changed

  • .github/workflows/security.yml: 4-line marker prepended above name: (kept the existing 3-line block intact — those are propagation hints, the marker is the version key).

Why

  • The security workflow runs in common and every *-export-cli. Without a version marker there is no anchor for a future drift-check job that compares each export-cli's copy against common's copy.
  • The >5-repos → workflow_call switchover trigger is documented in quantcli/common's CONTRIBUTING.md. This PR aligns the file's header with that policy.

Test plan

  • CI green (security workflow runs).
  • Diff is comment-only — no behavior change in the workflow.

Refs QUA-47.

🤖 Generated with Claude Code

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 DTTerastar enabled auto-merge (squash) May 19, 2026 11:49
@DTTerastar DTTerastar merged commit 4239496 into main May 19, 2026
7 checks passed
@DTTerastar DTTerastar deleted the chore/security-yml-version-marker branch May 19, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants