Skip to content

Commit f009c4c

Browse files
Merge branch 'main' into nickrolfe/codeql.exe
2 parents 852d99d + 98f8945 commit f009c4c

12 files changed

+207
-42
lines changed

analyze/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ author: 'GitHub'
44
inputs:
55
check_name:
66
description: The name of the check run to add text to.
7+
required: false
78
output:
89
description: The path of the directory in which to save the SARIF results
910
required: false
1011
default: '../results'
1112
upload:
1213
description: Upload the SARIF file
1314
required: false
14-
default: true
15+
default: "true"
1516
ram:
1617
description: Override the amount of memory in MB to be used by CodeQL. By default, almost all the memory of the machine is used.
1718
required: false
19+
threads:
20+
description: The number of threads to be used by CodeQL.
21+
required: false
22+
default: "1"
1823
token:
1924
default: ${{ github.token }}
2025
matrix:

lib/finalize-db.js

Lines changed: 2 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/finalize-db.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/finalize-db.test.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/finalize-db.test.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/util.js

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)