github / codeql-action

Actions for running CodeQL analysis
MIT License
1.12k stars 310 forks source link

End tracing in autobuild Action for workflows that don't specify a build mode #2282

Closed henrymercer closed 3 months ago

henrymercer commented 3 months ago

This lets us achieve some performance and reliability improvements for workflows that run autobuild directly without specifying a build mode.

Also don't call trace-command for workflows that don't specify a build mode as the indirect tracer will already have been started in these cases.

Merge / deployment checklist