Merge pull request #623 from crazy-max/fix-codeql-config

ci(codeql): restrict code scanning to src folder
This commit is contained in:
CrazyMax 2023-10-24 09:45:23 -07:00 committed by GitHub
commit 7137ecbd58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ jobs:
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
config: |
paths:
- src
-
name: Autobuild
uses: github/codeql-action/autobuild@v2