We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc1e51 commit de58c6cCopy full SHA for de58c6c
.github/actions/govulncheck/action.yml
@@ -4,6 +4,7 @@ inputs:
4
go-version-input: # version of Go to use for govulncheck
5
description: 'Version of Go to use for govulncheck'
6
required: false
7
+ default: 'stable'
8
check-latest:
9
description: 'Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec'
10
.github/workflows/govulncheck.yml
@@ -14,7 +14,6 @@ jobs:
14
with:
15
work-dir: .
16
repo-checkout: false
17
- go-version-input: '1.23.x'
18
#go-version-file: go.mod
19
#output-format: sarif
20
#output-file: out.sarif
0 commit comments