Safer pull_request_target defaults for GitHub Actions checkout (opens in new tab)
The pull_request_target event is one of the most commonly misused triggers in GitHub Actions, leading to vulnerabilities in workflows. Workflows triggered by pull_request_target run with the base repository’s GITHUB_TOKEN, secrets,… The post appeared first on .
Read the original article