From 5df5a4f93e5a85978936a224a2d39b3dea003336 Mon Sep 17 00:00:00 2001 From: Courtney Claessens Date: Thu, 16 Jun 2022 15:38:04 -0400 Subject: [PATCH 1/3] updating description and author for marketplace --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 45dc6f8..344dc4e 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Go Action for Creating Dependency Snapshots' -description: 'Detects go dependencies in projects using go mod graph utility' -author: 'lorenanicole' +description: 'Calculates dependencies for a Go build-target and submits the list to the Dependency Submission API' +author: 'GitHub' inputs: token: description: "GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner" From afc1e792359d47ff491be32549aa0b913b5b5053 Mon Sep 17 00:00:00 2001 From: Courtney Claessens Date: Thu, 16 Jun 2022 15:39:07 -0400 Subject: [PATCH 2/3] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 344dc4e..12e4530 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Go Action for Creating Dependency Snapshots' +name: 'Go Dependency Submission' description: 'Calculates dependencies for a Go build-target and submits the list to the Dependency Submission API' author: 'GitHub' inputs: From 71a21b9b442d08907a379a8fd70a7695a9c23bd0 Mon Sep 17 00:00:00 2001 From: Courtney Claessens Date: Thu, 16 Jun 2022 16:38:05 -0400 Subject: [PATCH 3/3] Update go-dependency-submission.yml --- .github/workflows/go-dependency-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-dependency-submission.yml b/.github/workflows/go-dependency-submission.yml index 7f4dd1d..7495c37 100644 --- a/.github/workflows/go-dependency-submission.yml +++ b/.github/workflows/go-dependency-submission.yml @@ -1,5 +1,5 @@ name: Go Dependency Submission -on +on: push: branches: - main