Skip to content

Commit

Permalink
temp: print govulncheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdeal committed Feb 15, 2024
1 parent 62bea4d commit e74df06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: ./.github/actions/install-deps
- run: make vulncheck
- run: |
echo "govulncheck: $(govulncheck -version)"
- uses: github/codeql-action/init@df32e399139a3050671466d7d9b3cbacc1cfd034 # v2.22.8
with:
languages: go
Expand All @@ -44,4 +46,4 @@ jobs:
paths:
- '.github/workflows'
- '.github/actions'
- uses: github/codeql-action/analyze@df32e399139a3050671466d7d9b3cbacc1cfd034 # v2.22.8
- uses: github/codeql-action/analyze@df32e399139a3050671466d7d9b3cbacc1cfd034 # v2.22.8

0 comments on commit e74df06

Please sign in to comment.