Preparing for new location

This commit is contained in:
Peter Murray
2022-08-12 12:15:51 +00:00
committed by GitHub
parent b0ccd5d3fa
commit 411752e8de
28 changed files with 24074 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Maven Dependency Tree Dependency Submission
description: A GitHub Action for Maven project to submit a complete dependency tree to populate the GitHub Dependency Graph
inputs:
directory:
description: The directory that contains the maven project
type: string
default: ${{ github.workspace }}
token:
description: The GitHub token to use to submit the depedency snapshot to the repository
type: string
default: ${{ github.token }}
runs:
using: node16
main: dist/index.js