We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8338c commit b289b74Copy full SHA for b289b74
.github/workflows/codeql-daily.yml
@@ -31,7 +31,9 @@ jobs:
31
- name: Initialize CodeQL
32
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
33
with:
34
- languages: java
+ languages:
35
+ - java
36
+ - actions
37
# using "latest" helps to keep up with the latest Kotlin support
38
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
39
tools: latest
0 commit comments