We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8283b8 commit 73032f3Copy full SHA for 73032f3
.github/workflows/codeql.yml
@@ -36,5 +36,8 @@ jobs:
36
- name: Build code
37
run: |
38
./gradlew buildPlugin
39
+
40
- name: Perform CodeQL Analysis
41
uses: github/codeql-action/analyze@main
42
+ with:
43
+ category: "/language:java-kotlin"
0 commit comments