I've opened several PRs to remove the GitHub workflow file that builds pull request previews. We now use the RTD GitHub App, making the old web hook with a workflow file redundant to pull request preview builds. Additionally, the call to the old GitHub Action was deprecated on 2025-07-01, per actions/README.md at main · readthedocs/actions · GitHub.
And I only noticed that when reviewing a Dependabot PR to bump github/actions to v7, and saw the security warning in the What's new regarding pull_request_target. That call is in the GitHub Workflow configuration file for the RTD action used in many Plone projects. AFAICT, none of the Plone projects that use this workflow file are vulnerable, so I didn't report it as a security issue. Nonetheless, it's a good idea to remove this file.
I would also suggest that anyone using either pull_request_target or workflow_run in their workflows review them to ensure they're not vulnerable. See GitHub - actions/checkout: Action for checking out a repo · GitHub for details.
The following is a list of repositories with this workflow file in Plone and open pull requests to remove it as well as any configuration or documentation that references the removed file.
- plone/plone.app.event
- plone/diazo
- plone/plone.api - GitHub - plone/plone.api: The Plone API · GitHub
- plone/documentation - Remove RTD PR preview build workflow by stevepiercy · Pull Request #2091 · plone/documentation · GitHub
- plone/plone.restapi - Remove rtd pr preview workflow by stevepiercy · Pull Request #2026 · plone/plone.restapi · GitHub
- plone/training - Remove RTD PR preview build workflow by stevepiercy · Pull Request #1002 · plone/training · GitHub
- plone/bobtemplates.plone
- plone/volto - Remove RTD PR preview build workflow by stevepiercy · Pull Request #8352 · plone/volto · GitHub
- plone/plone-sphinx-theme
- plone/aurora
- collective/icalendar - Remove `rtd-pr-preview.yml` from the workflows by stevepiercy · Pull Request #1496 · collective/icalendar · GitHub
A couple of quick searches turned up a few more possible candidates.