We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5604a72 commit d015c8aCopy full SHA for d015c8a
.github/workflows/check-c.yml
@@ -162,3 +162,5 @@ jobs:
162
163
- name: Perform CodeQL Analysis
164
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
165
+ with:
166
+ category: "/language:cpp"
.github/workflows/check-python.yml
@@ -56,3 +56,5 @@ jobs:
56
57
58
59
60
+ category: "/language:python"
0 commit comments