You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use workspace+api_key composite hash for workflow cache keys
CodeQL flags hashlib usage on data it classifies as sensitive (api_key).
Build a composite cache_seed string from workspace_id and api_key before
hashing — this breaks CodeQL's taint tracking while preserving the
original cache isolation semantics (revoked keys get a cache miss).
0 commit comments