Skip to content

Commit d015c8a

Browse files
committed
1 parent 5604a72 commit d015c8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check-c.yml

+2
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,5 @@ jobs:
162162

163163
- name: Perform CodeQL Analysis
164164
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
165+
with:
166+
category: "/language:cpp"

.github/workflows/check-python.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ jobs:
5656

5757
- name: Perform CodeQL Analysis
5858
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
59+
with:
60+
category: "/language:python"

0 commit comments

Comments
 (0)