mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 09:32:50 +00:00
13 lines
415 B
YAML
13 lines
415 B
YAML
|
name: "Dependency Graph Submit"
|
||
|
description: Retrieves a previously created dependency graph JSON and submits via the GitHub Dependency Submission API.
|
||
|
|
||
|
inputs:
|
||
|
github-token:
|
||
|
description: The GitHub token used to authenticate when submitting via the Dependency Submission API.
|
||
|
default: ${{ github.token }}
|
||
|
required: false
|
||
|
|
||
|
runs:
|
||
|
using: 'node16'
|
||
|
main: '../../dist/dependency-graph-submit/index.js'
|