Skip to content

Commit 1216638

Browse files
committed
fix govulncheck path
1 parent d00b7d3 commit 1216638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-review.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: golang/govulncheck-action@v1
3939
with:
4040
go-version-input: 1.21.6
41-
go-package: ./.../nodeadm
42-
go-version-file: ./.../nodeadm/go.mod
41+
go-package: nodeadm
42+
go-version-file: nodeadm/go.mod
4343
cache: false
4444
repo-checkout: false

0 commit comments

Comments
 (0)