Skip to content

Commit

Permalink
Run 'make vendor' in CodeQL build step.
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Fontein <[email protected]>
  • Loading branch information
felixfontein committed Nov 30, 2024
1 parent 0fb45bf commit 83ecd25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
# target, which includes a lot more than just the Go files we want to
# scan.
- name: Build
run: make install
run: |
make vendor
make install
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
Expand Down

0 comments on commit 83ecd25

Please sign in to comment.