mirror of
https://github.com/github/codeql-action
synced 2026-05-25 15:00:36 +03:00
Add option to override TRAP caching feature flag
This commit is contained in:
@@ -72,6 +72,11 @@ inputs:
|
||||
The name of the database uploaded to the debugging artifact.
|
||||
This is only used when debug mode is enabled.
|
||||
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:
|
||||
codeql-path:
|
||||
description: The path of the CodeQL binary used for analysis
|
||||
|
||||
Reference in New Issue
Block a user