Skip to content

Commit a126486

Browse files
committed
ci: tune codeql analysis
Signed-off-by: Jingxiang Zhang <jingzhang@nvidia.com>
1 parent f567e35 commit a126486

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,13 @@ jobs:
203203
with:
204204
languages: go
205205
build-mode: manual
206+
env:
207+
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
206208

207-
- name: Build for CodeQL
209+
- name: Build with CodeQL
208210
run: go build ./...
209211

210212
- name: Perform CodeQL Analysis
211213
uses: github/codeql-action/analyze@v4
214+
with:
215+
category: "/language:go"

0 commit comments

Comments
 (0)