github / codeql-action

Actions for running CodeQL analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some suggestions:

christiancanna opened this issue · comments

          Some suggestions:
  1. Add upload-database: false to the analyze step. This will prevent the database from being zipped and uploaded.
  2. Can you share the workflow file? That will let us know if there is anything that we can improve there.
  3. You mentioned that you need to run the C++ build job in the container. Do you also need to do the same for Java? You will likely see better performance if you run outside the container.
  4. Are you creating a new container for each job? Is there any possibility that some state is being shared between jobs or workflow runs?

Originally posted by @aeisenberg in #1541 (comment)

Happy to reopen this issue if you can formulate a question.