From 7c97cf4cb3a91bd8b80c9a556ffd52dec85ee7a2 Mon Sep 17 00:00:00 2001 From: Anna Rosenthal Date: Thu, 16 Jun 2022 12:06:01 -0400 Subject: [PATCH] Update to use semver tag instead of main ref (#6) --- .github/workflows/go-dependency-submission.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go-dependency-submission.yml b/.github/workflows/go-dependency-submission.yml index 90b7bef..7f4dd1d 100644 --- a/.github/workflows/go-dependency-submission.yml +++ b/.github/workflows/go-dependency-submission.yml @@ -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 diff --git a/README.md b/README.md index e0ed4f6..89366e0 100644 --- a/README.md +++ b/README.md @@ -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