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
fix(ci): prevent shell injection via github.head_ref in api-docs push
Bind github.head_ref to an env var (HEAD_REF) and reference "$HEAD_REF"
instead of interpolating the PR branch name into the run: script. Resolves
OSSF Scorecard Dangerous-Workflow finding (ci.yml:119).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments