Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.07k stars 168 forks source link

Switch to the default configuration of CodeQL #307

Closed Dobiasd closed 1 month ago

Dobiasd commented 1 month ago

It's no longer needed to have a custom configuration file: https://github.blog/changelog/2023-01-09-code-scanning-can-be-set-up-more-easily-without-committing-a-workflow-file-to-the-repository/

So let's try the default configuration. If it turns out it's not good for us, we can switch back.

Dobiasd commented 1 month ago

Switched back to the custom config. Without it, CodeQL does not know how to build the code.