We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71aca52 commit a1164e1Copy full SHA for a1164e1
.github/workflows/static-code-scanning.yaml
@@ -35,6 +35,8 @@ jobs:
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
37
uses: github/codeql-action/init@v2
38
+ with:
39
+ languages: java
40
41
- name: Autobuild
42
uses: github/codeql-action/autobuild@v2
0 commit comments