Compare commits

..

7 Commits

Author SHA1 Message Date
Courtney Claessens 0dfaaf68a6 Merge branch 'main' into fix-missing-colon 2022-06-16 16:58:49 -04:00
Courtney Claessens 13c5725e5d Merge pull request #8 from courtneycl/update-description
Updating description and author for marketplace
2022-06-16 16:57:20 -04:00
Courtney Claessens 71a21b9b44 Update go-dependency-submission.yml 2022-06-16 16:38:05 -04:00
Courtney Claessens afc1e79235 Update action.yml 2022-06-16 15:39:07 -04:00
Courtney Claessens 5df5a4f93e updating description and author for marketplace 2022-06-16 15:38:04 -04:00
Patrick Carlisle ecfa79a36c Fix typo 2022-06-16 10:31:12 -07:00
Anna Rosenthal 7c97cf4cb3 Update to use semver tag instead of main ref (#6) 2022-06-16 12:06:01 -04:00
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
name: Go Dependency Submission
on
on:
push:
branches:
- main
@@ -20,7 +20,7 @@ jobs:
go-version: ">=1.18.0"
- name: Run snapshot action
uses: actions/go-dependency-submission@main
uses: actions/go-dependency-submission@v1
with:
go-mod-path: go-example/go.mod
go-build-target: go-example/cmd/octocat.go
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
go-version: ">=1.18.0"
- name: Run snapshot action
uses: actions/go-dependency-submission@main
uses: actions/go-dependency-submission@v1
with:
# Required: Define the repo path to the go.mod file used by the
# build target
+3 -3
View File
@@ -1,6 +1,6 @@
name: 'Go Action for Creating Dependency Snapshots'
description: 'Detects go dependencies in projects using go mod graph utility'
author: 'lorenanicole'
name: 'Go Dependency Submission'
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"