add config

This commit is contained in:
Khaleel Al-Adhami 2025-02-11 13:17:01 -08:00
parent e5d4ce25e9
commit 56952091a3
2 changed files with 47 additions and 44 deletions

2
.github/codeql-config.yml vendored Normal file
View File

@ -0,0 +1,2 @@
paths-ignore:
- "**/tests/**"

View File

@ -17,7 +17,7 @@ on:
pull_request:
branches: ["main"]
schedule:
- cron: '36 7 * * 4'
- cron: "36 7 * * 4"
jobs:
analyze:
@ -70,6 +70,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: .github/codeql-config.yml
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.