-
Notifications
You must be signed in to change notification settings - Fork 335
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
False warning for commit merged pr #1624
Comments
Thanks for reporting this. The warning is obsolete these days and #1625 should stop it from being reported. In the past, CodeScanning compared the alerts found on a pull request branch to the alerts found previously on the "base" branch (a baseline) to determine which alerts were introduced by the pull request, which alerts were already present, and which alerts were fixed as a result of the pull request. If you had restrictions on the Recently, CodeScanning switched to simpler strategy for determining which alerts to display in a pull request. The new strategy no longer relies on a baseline, so the warning has become obsolete. |
THX A LOT! |
In the commit that merged PR, codeql reports a warning (example):
But my workflow file contains
on.push.paths
. How can I remove the warning?The text was updated successfully, but these errors were encountered: