Anyone else seeing surprise github security charges? #186254
|
running into something odd and trying to sanity-check before opening a support ticket. i’m seeing line items for:
trying to figure out:
i’ve checked the billing page and org settings, but everything feels pretty aggregated and it’s not obvious what flipped the switch. has anyone managed to trace this cleanly without going straight to github support? |
Replies: 1 comment
yeah, this usually comes from advanced security getting enabled somewhereseen this a few times those two SKUs (“Code Security” + “Secret Protection”) normally mean GitHub Advanced Security–type features were turned on for private repos in an org you own or belong to. the “3 licenses” part is key: github bills per unique active committers in repos where those features are enabled during that billing window. so it’s almost never random it’s: someone enabled security → 3 people (or bots) pushed → licenses appeared. where to actually trace ita few places that usually surface the truth: billing → usagego to: account / org settings → Billing & plans → Usage look specifically for:
that view usually tells you which org generated the charges. org audit log (super important)inside the org that’s being billed: Org settings → Audit log filter for stuff like:
that normally shows who flipped the switch and when. repo-level togglesopen a suspect repo: Repo → Settings → Security & analysis check whether paid features are on:
sometimes these get enabled org-wide by default. who the 3 users probably areusually:
all of those can count as “committers” for billing. there’s often a breakdown in: Org → Billing → Usage → Advanced Security not perfect UI, but you can usually correlate names. how to avoid it going forwardcouple practical guardrails:
real talkthe UX around “this costs money” is… optimistic at best. if the UI still won’t give repo-level detail, support can that’s usually the fastest way to get a precise breakdown. tl;dr
curious if anyone else has found a cleaner in-product breakdown than audit logs so far. |
yeah, this usually comes from advanced security getting enabled somewhere
seen this a few times those two SKUs (“Code Security” + “Secret Protection”) normally mean GitHub Advanced Security–type features were turned on for private repos in an org you own or belong to.
the “3 licenses” part is key: github bills per unique active committers in repos where those features are enabled during that billing window.
so it’s almost never random it’s:
someone enabled security → 3 people (or bots) pushed → licenses appeared.
where to actually trace it
a few places that usually surface the truth:
billing → usage
go to:
account / org settings → Billing & plans → Usage
look specifically for: