Use the full amount of memory available when running queries.

This commit is contained in:
Chris Gavin 2020-05-14 17:23:34 +01:00
parent 6507fba7ec
commit fa0a733046
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
4 changed files with 42 additions and 1 deletions

View file

@ -12,6 +12,9 @@ inputs:
description: Upload the SARIF file
required: false
default: true
ram:
description: Override the amount of memory in MB to be used by CodeQL. By default, almost all the memory of the machine is used.
required: false
token:
default: ${{ github.token }}
matrix: