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

Bump @actions/core from 1.10.1 to 1.11.1 #48

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Fix check failures

cdbe489
Select commit
Loading
Failed to load commit list.
Open

Bump @actions/core from 1.10.1 to 1.11.1 #48

Fix check failures
cdbe489
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 13, 2025 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 5868 in dist/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing regular expression anchor High

Misleading operator precedence. The subexpression '^text/' is anchored at the beginning, but the other parts of this regular expression are not
Misleading operator precedence. The subexpression 'charset=utf-8$' is anchored at the end, but the other parts of this regular expression are not