Skip to content

Commit e043e1e

Browse files
committed
gh actions: Increase RAM limit to 6.5GB
1 parent 583c92b commit e043e1e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "CodeQL config"
2+
ram: 6500

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
uses: github/codeql-action/init@v2
4747
with:
4848
languages: ${{ matrix.language }}
49+
config-file: ./.github/codeql/codeql-config.yml
4950

5051
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5152
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)