Skip to content

Commit c27161e

Browse files
Fix GitHub Actions
1 parent 6959cda commit c27161e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/vulns.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
with:
1515
go-version: ^1.19
1616
- name: install depm
17-
run: go install github.com/goark/depm@v1.0.42
17+
run: go install github.com/goark/depm@latest
1818
- name: WriteGoList
1919
run: depm list --json > go.list
2020
- name: Nancy
2121
uses: sonatype-nexus-community/nancy-github-action@main
22+
with:
23+
nancyVersion: "v1.0.42"

0 commit comments

Comments
 (0)