-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github/codeql-action/init@v2 fails with "Augmented user configuration file contents {}" #1596
Comments
The last bit of the log says:
I wonder why the runner received a shutdown signal. The job only ran for a few minutes, so it can't be due reaching the time limit. Another possibility is that the system is running low on memory causing it to shutdown some processes to clear up RAM. I wouldn't expect the Let's try skipping the "baseline calculation" by adding the following environment variable to the workflow:
|
It worked, thank you. btw, to avoid further memory problems, how do I restrict the scanning only to one directory? I tried to put |
Did you specify the
|
ah, ok, got it, the paths must be specified in a separate CodeQL configuration file, thanks for the info, I thought I could define them directly in the Github CodeQL action |
Everything was working fine, but suddenly the step of
github/codeql-action/init@v2
started to fail in the codeql action of my repo.Just FYI, my repo is very large, already some Gb
full log here:
Any possible solution?
The text was updated successfully, but these errors were encountered: