From 2d5738c1acb3389dbd17b606225df43fa031213e Mon Sep 17 00:00:00 2001 From: Edoardo Pirovano Date: Fri, 5 Aug 2022 11:41:43 +0100 Subject: [PATCH] Add option to override TRAP caching feature flag --- init/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init/action.yml b/init/action.yml index 0accfcfcd..2366f874c 100644 --- a/init/action.yml +++ b/init/action.yml @@ -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