From 7241fa5d56e140ce86bde3d244e67600da8a6049 Mon Sep 17 00:00:00 2001 From: daz Date: Mon, 24 Jul 2023 08:43:47 -0600 Subject: [PATCH] Add new output to Action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 3531b92..2cb958c 100644 --- a/action.yml +++ b/action.yml @@ -88,6 +88,8 @@ inputs: outputs: build-scan-url: description: Link to the Build ScanĀ® generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `gradle-build-action` Step itself. + dependency-graph-file: + description: Path to the GitHub Dependency Graph snapshot file generated by a Gradle build. Note that this output applies to a Step executing Gradle, not to the `gradle-build-action` Step itself. runs: using: 'node16'