Re: CodeQL & Roller

2021-07-20 Thread Michael Bien
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

Re: CodeQL & Roller

2021-07-20 Thread Michael Bien
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

Re: CodeQL & Roller

2021-07-19 Thread Dave
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

CodeQL & Roller

2021-07-18 Thread Michael Bien
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 thought there must be a better way. regards, michael