Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow to update PR title based on target branch version #18835

Merged
merged 8 commits into from
Oct 14, 2024

Using github action contexts instead of gh CLI

9433ece
Select commit
Loading
Failed to load commit list.
Merged

Add workflow to update PR title based on target branch version #18835

Using github action contexts instead of gh CLI
9433ece
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Oct 14, 2024 in 5s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/dev was not found:

Actions workflow (codeql-analysis.yml)

  • ⌛  .github/workflows/codeql-analysis.yml:analyze/language:python

New alerts in code changed by this pull request

Security Alerts:

  • 1 critical

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 27 in .github/workflows/pr-title-update.yml

See this annotation in the file changed.

Code scanning / CodeQL

Expression injection in Actions Critical

Potential injection from the ${{ github.event.pull_request.title }}, which may be controlled by an external user.