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