We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb019a commit b917c4cCopy full SHA for b917c4c
1 file changed
.github/workflows/lint.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
export GOROOT=$(go env GOROOT)
61
export PATH=${GOROOT}/bin:$PATH
62
- go install github.com/google/go-licenses@5348b744d0983d85713295ea08a20cca1654a45e
+ go install github.com/google/go-licenses@5348b744d0983d85713295ea08a20cca1654a45e # v2.0.1
63
make licenses-check
64
65
# Discover vulnerabilities within Go standard libraries used to build GitHub CLI using govulncheck.
0 commit comments