You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: analyze/action.yml
+7
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ inputs:
13
13
description: Upload the SARIF file
14
14
required: false
15
15
default: "true"
16
+
cleanup-level:
17
+
description: "Level of cleanup to perform on CodeQL databases at the end of the analyze step. This should either be 'none' to skip cleanup, or be a valid argument for the --mode flag of the CodeQL CLI command 'codeql database cleanup' as documented at https://codeql.github.com/docs/codeql-cli/manual/database-cleanup"
18
+
required: false
19
+
default: "brutal"
16
20
ram:
17
21
description: Override the amount of memory in MB to be used by CodeQL. By default, almost all the memory of the machine is used.
18
22
required: false
@@ -34,6 +38,9 @@ inputs:
34
38
default: ${{ github.token }}
35
39
matrix:
36
40
default: ${{ toJson(matrix) }}
41
+
outputs:
42
+
db-locations:
43
+
description: A map from language to absolute path for each database created by CodeQL.
0 commit comments