Skip to content

Commit 05e9b1c

Browse files
authored
Add actions to codeql scanning (#230)
1 parent 93fa2da commit 05e9b1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ jobs:
4444
matrix:
4545
include:
4646
- language: python
47-
build-mode: none
47+
build-mode: none
48+
- language: actions
49+
build-mode: none
4850
# CodeQL supports the following values keywords for 'language': $supported-codeql-languages
4951
# Use `c-cpp` to analyze code written in C, C++ or both
5052
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both

0 commit comments

Comments
 (0)