Skip to content

Commit

Permalink
Fixing OutOfMemory CodeQL (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddynaka authored Nov 3, 2020
1 parent d82ab98 commit 46094ad
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

steps:
- name: configure Pagefile
uses: al-cheb/[email protected]
with:
minimum-size: 8GB
maximum-size: 32GB
disk-root: "D:"

- name: Checkout repository
uses: actions/checkout@v2

Expand Down

0 comments on commit 46094ad

Please sign in to comment.