[GIT-PULLS] [php-src] PR #22732: CI: fix template-injection findings in GitHub Actions workflows
[email protected] (jorgsowa)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22732
Author: jorgsowa
`zizmor` flagged several workflow steps that expand untrusted `${{ }}` expressions directly into `run:` shell scripts. Route these values through `env:`.