I'm trying to utilize CodeQL more for the open source project http://github.com/SerenityOS/serenity
Everything in the project is public, and I would like anyone to be able to download the CodeQL database to easily be able to write queries against it. Having the ability to do that from a supported action in the codeql-action project seems like the easiest solution, as it could upload it as part of the action artifacts mechanism already available.
Thoughts?
I'm trying to utilize CodeQL more for the open source project http://github.com/SerenityOS/serenity
Everything in the project is public, and I would like anyone to be able to download the CodeQL database to easily be able to write queries against it. Having the ability to do that from a supported action in the
codeql-actionproject seems like the easiest solution, as it could upload it as part of the action artifacts mechanism already available.Thoughts?