Skip to content

Commit cc7e3f8

Browse files
committed
ci: update CodeQL workflow to only analyze daemon
Agent build stopped working because build environment used by CodeQL misses agent's build dependencies (libpcre3-dev). Disabling for now.
1 parent d6db53b commit cc7e3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
language: [ 'c-cpp', 'go' ]
32+
language: [ 'go' ]
3333
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3434

3535
steps:

0 commit comments

Comments
 (0)