Skip to content

allow just recipes to be run directly from PR comments

3f3768b
Select commit
Loading
Failed to load commit list.
Open

allow just recipes to be run directly from PR comments #7463

allow just recipes to be run directly from PR comments
3f3768b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 23, 2025 in 4s

2 new alerts including 1 critical severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical
  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 59 in .github/workflows/pr-automation.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check failure on line 15 in .github/workflows/pr-automation.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Critical

Potential code injection in
${ github.event.comment.body }
, which may be controlled by an external user (
issue_comment
).