Skip to content

Commit 3cf2a1b

Browse files
committed
Add function for retrieving the "upload" input
1 parent 4d4e250 commit 3cf2a1b

4 files changed

Lines changed: 38 additions & 2 deletions

File tree

analyze/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ inputs:
1212
upload:
1313
description: Upload the SARIF file to Code Scanning
1414
required: false
15+
# If changing this, make sure to update workflow.ts accordingly.
1516
default: "true"
1617
cleanup-level:
1718
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"

lib/workflow.js

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

lib/workflow.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.

0 commit comments

Comments
 (0)