From 1a7989f3955e0c69f0e0ccc14aee54a387a0fd31 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Mon, 22 Jul 2024 13:50:58 +0100 Subject: [PATCH] Add `dependency-caching` input to Action --- init/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init/action.yml b/init/action.yml index 3299ac99e..c33e8a61e 100644 --- a/init/action.yml +++ b/init/action.yml @@ -136,6 +136,10 @@ inputs: description: >- Explicitly enable or disable TRAP caching rather than respecting the feature flag for it. required: false + dependency-caching: + description: >- + Explicitly enable or disable caching of project build dependencies. + required: false outputs: codeql-path: description: The path of the CodeQL binary used for analysis