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: Replace pull_request_target with secure alternatives (#22952) (#22957)
Address GitHub's December 2025 security changes to pull_request_target:
- Workflows now always run from default branch (not PR branch)
- Environment protection rules evaluate against execution branch
See: https://bybowu.com/article/dec-8-fix-github-actions-pull-request-target-now
Changes:
- validation.yml: Use pull_request with protected environment for forks
Co-authored-by: Manuel Carrasco Moñino <manolo@vaadin.com>
0 commit comments