Skip to content

Commit d0a5e1b

Browse files
authored
Enable CodeQL scanning of GitHub Actions (#13143)
1 parent 2e16eda commit d0a5e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-daily.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Initialize CodeQL
3232
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
3333
with:
34-
languages: java
34+
languages: java, actions
3535
# using "latest" helps to keep up with the latest Kotlin support
3636
# see https://github.com/github/codeql-action/issues/1555#issuecomment-1452228433
3737
tools: latest

0 commit comments

Comments
 (0)