Skip to content

Commit 4ac5f37

Browse files
authored
Merge pull request #2450 from paldepind/use-cache-cleanup-flag
Use cache-cleanup command line option
2 parents b4a8631 + 878047b commit 4ac5f37

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

analyze/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inputs:
1919
# If changing this, make sure to update workflow.ts accordingly.
2020
default: "always"
2121
cleanup-level:
22-
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"
22+
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 --cache-cleanup flag of the CodeQL CLI command 'codeql database cleanup' as documented at https://codeql.github.com/docs/codeql-cli/manual/database-cleanup"
2323
required: false
2424
default: "brutal"
2525
ram:

lib/codeql.js

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

0 commit comments

Comments
 (0)