Skip to content

Commit

Permalink
check defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Aug 21, 2023
1 parent c013ab1 commit 964511a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
description: "Checkout the repository"
required: false
default: true
go-version-file: # look at a go version file to user for govulncheck
go-version-file:
description: 'Path to the go.mod or go.work file.' # see: https://github.com/actions/setup-go#getting-go-version-from-the-gomod-file
required: false
runs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
with:
work-dir: ./go/vuln
repo-checkout: false
go-version-file: ./go/vuln/go.mod

0 comments on commit 964511a

Please sign in to comment.