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
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F

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