Skip to content

Commit bcb4f48

Browse files
Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <[email protected]>
1 parent 352fb82 commit bcb4f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analyze/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
required: false
1515
default: "true"
1616
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'"
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"
1818
required: false
1919
default: "brutal"
2020
ram:
@@ -40,7 +40,7 @@ inputs:
4040
default: ${{ toJson(matrix) }}
4141
outputs:
4242
db-locations:
43-
description: A map from languages that CodeQL databases were created for to their location.
43+
description: A map from language to absolute path for each database created by CodeQL.
4444
runs:
4545
using: 'node12'
4646
main: '../lib/analyze-action.js'

0 commit comments

Comments
 (0)