Skip to content

Commit 6b07827

Browse files
committed
remove input field
1 parent e2ac654 commit 6b07827

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/vulncheck.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,13 @@ name: vulncheck.yaml
22
on:
33
workflow_call:
44
inputs:
5-
go-version-input:
6-
description: 'Go version to install'
7-
type: string
8-
required: false
9-
default: '1.24.10'
105
target-branch:
116
description: 'Target branch to run govulncheck against'
127
type: string
138
required: false
149
default: 'main'
1510
workflow_dispatch:
1611
inputs:
17-
go-version-input:
18-
description: 'Go version to install'
19-
required: false
20-
default: '1.24.10'
2112
target-branch:
2213
description: 'Target branch to run govulncheck against'
2314
required: false

0 commit comments

Comments
 (0)