update all deps regular cadence (#19523)

This commit is contained in:
Harshavardhana
2024-04-16 11:48:56 -07:00
committed by GitHub
parent 7c1f9667d1
commit d95e054282
4 changed files with 91 additions and 520 deletions

View File

@@ -27,5 +27,5 @@ jobs:
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash
- name: Run govulncheck
run: govulncheck ./...
run: govulncheck -show verbose ./...
shell: bash