github / codeql-action

Actions for running CodeQL analysis
MIT License
1.14k stars 316 forks source link

Add rollback mechanism for C# buildless #2329

Closed henrymercer closed 3 months ago

henrymercer commented 3 months ago

This PR adds a rollback mechanism for C# buildless similar to the one we added for Java. When this is enabled, workflows configured to use build-mode: none for C# will use build-mode: autobuild instead.

Merge / deployment checklist