Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
try increasing the memory that codeql is allowed to use; see github/codeql-action#1461

Change-Id: Iafa226884c632f5cee31769813951bc0af56a128
  • Loading branch information
cooljeanius committed Feb 14, 2024
1 parent c79bd69 commit b559d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,3 +465,5 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
env:
CODEQL_ACTION_EXTRA_OPTIONS: '{"database": {"finalize": ["-J-Xmx29134m"]}}'

0 comments on commit b559d98

Please sign in to comment.