Skip to content

Commit 1a7989f

Browse files
committed
Add dependency-caching input to Action
1 parent 6a38de6 commit 1a7989f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

init/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ inputs:
136136
description: >-
137137
Explicitly enable or disable TRAP caching rather than respecting the feature flag for it.
138138
required: false
139+
dependency-caching:
140+
description: >-
141+
Explicitly enable or disable caching of project build dependencies.
142+
required: false
139143
outputs:
140144
codeql-path:
141145
description: The path of the CodeQL binary used for analysis

0 commit comments

Comments
 (0)