Skip to content

Commit 3942a84

Browse files
committed
codeql
1 parent 86d9545 commit 3942a84

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: "CodeQL config"
2+
3+
paths:
4+
- src/daf

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- name: Initialize CodeQL
4343
uses: github/codeql-action/init@v2
4444
with:
45+
config-file: ./.github/workflows/codeql-config.yml
4546
languages: ${{ matrix.language }}
4647
# If you wish to specify custom queries, you can do so here or in a config file.
4748
# By default, queries listed here will override any specified in a config file.

0 commit comments

Comments
 (0)