for context: i tried to figure out if we can build the project just once
in the CodeQL gh action - so i force pushed into the same pr testing the
yml file.
before it was built twice, first with the explicit mvn call, then again
with "autobuild"
i think we can if we build it *after* the CodeQ
please ignore the PR run failed warning mail - it was just a test.
-michael
On 19.07.21 14:03, Dave wrote:
There is a CodeQL CLI, but I've never used it
https://codeql.github.com/docs/codeql-cli/#codeql-cli
Dave
On Sun, Jul 18, 2021 at 7:02 AM Michael Bien wrote:
Hello,
does anyone know i
There is a CodeQL CLI, but I've never used it
https://codeql.github.com/docs/codeql-cli/#codeql-cli
Dave
On Sun, Jul 18, 2021 at 7:02 AM Michael Bien wrote:
> Hello,
>
> does anyone know if there is a way to run the github CodeQL scan
> locally? I was about to abuse a PR for that but then i tho