Do not aggregate manifest files in multi-module projects

Also remove snapshot-dependency-file-name and snapshot-dependency-file-name options, since they no longer make sense
This commit is contained in:
Justin Holguín
2025-05-14 22:46:16 +00:00
committed by GitHub
parent 4bf8a28b00
commit 06796b833d
8 changed files with 215 additions and 202 deletions
-10
View File
@@ -25,16 +25,6 @@ inputs:
type: string
default: ''
snapshot-include-file-name:
description: Optionally include the file name in the dependency snapshot report to GitHub. This is required to be true if you want the results in the dependency tree to have a working link.
type: boolean
default: true
snapshot-dependency-file-name:
description: An optional override to specify the path to the file in the repository that the snapshot should be associated with.
type: string
required: false
token:
description: The GitHub token to use to submit the depedency snapshot to the repository
type: string