RepoNotes
Toggle theme
Loading ...
Sign in
golang/govulncheck-action
[mirror] GitHub action for govulncheck
134
1
0
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
11852
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
master
Releases
v1.0.4
v1.0.3
v1.0.2
Commits
action.yml: pin action dependencies to full commit SHAs In August 2025, GitHub introduced a feature which allows GitHub repositories to enforce that Actions use SHA pinning. If enabled, all GitHub Ac
action.yml: update dependencies - actions/checkout: v4.2.2 -> v6.0.1 - actions/setup-go: v5.4.0 -> v6.1.0 See: - https://github.com/actions/checkout/releases - https://github.com/actions/setup-go/re
action.yml: specify cache-dependency-path Also, update the documentation. Fixes golang/go#70027 Change-Id: I55a45799e89c9073a43e242df9d0ae64db24dffe Reviewed-on: https://go-review.googlesource.com/
Issues