diff --git a/action.yml b/action.yml index 3531b92e..2cb958cb 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'