Skip to content

Commit cd729a1

Browse files
committed
Use go build ./... as the CodeQL build command
1 parent 138e0ce commit cd729a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
only-latest-golang: false
1717
run-build: false
1818
run-codeql: true
19+
codeql-build-cmd: 'go build ./...'

0 commit comments

Comments
 (0)