Skip to content

Commit 33c74aa

Browse files
committed
chore: build and vet all packages for CodeQL to pick them up
1 parent bab5c6e commit 33c74aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
run: go mod download
6060

6161
- name: Compile Go package
62-
run: go build -v .
62+
run: go build -v ./...
6363

6464
- name: Compile Go test files
65-
run: go vet .
65+
run: go vet -v ./...
6666

6767
- name: Perform CodeQL Analysis
6868
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3

0 commit comments

Comments
 (0)