Add option to override TRAP caching feature flag
This commit is contained in:
parent
693d3f22d8
commit
2d5738c1ac
1 changed files with 5 additions and 0 deletions
|
|
@ -72,6 +72,11 @@ inputs:
|
||||||
The name of the database uploaded to the debugging artifact.
|
The name of the database uploaded to the debugging artifact.
|
||||||
This is only used when debug mode is enabled.
|
This is only used when debug mode is enabled.
|
||||||
required: false
|
required: false
|
||||||
|
trap-caching:
|
||||||
|
description: >-
|
||||||
|
Explicitly enable or disable TRAP caching rather than respecting the feature flag for it.
|
||||||
|
This is currently a no-op, as the feature behind this has not been implemented yet.
|
||||||
|
required: false
|
||||||
outputs:
|
outputs:
|
||||||
codeql-path:
|
codeql-path:
|
||||||
description: The path of the CodeQL binary used for analysis
|
description: The path of the CodeQL binary used for analysis
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue