Skip to content

Commit e4525ac

Browse files
committed
Use cache-cleanup command line option
The --mode command line option to has been renamed to --cache-cleanup
1 parent 7233ec5 commit e4525ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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: 1 addition & 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)