Add dependency-caching input to Action

This commit is contained in:
Michael B. Gale
2024-07-22 13:50:58 +01:00
parent 6a38de6872
commit 1a7989f395

View File

@@ -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