dotnet / dotnet/project-system
Allow running CodeQL on PR optionally
Open
Triage-Approved
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Currently we run CodeQL only on official build. If there is a change which can cause it to fail then PRs won't catch it. CodeQL allows to adding additional task to run it on non-default branches. (On Default branch it is auto-injected). We should have a way to run it for PRs for the cases when we want to make sure CodeQL is working. It should be optional so we don't run it for all PRs.
Contributor guide
Assessment
This issue has not been assessed yet.