Skip to content

Commit 8ad6755

Browse files
authored
Restrict CodeQL analysis only to src directory
1 parent f647e33 commit 8ad6755

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: github/codeql-action/init@v1
4242
with:
4343
languages: ${{ matrix.language }}
44+
paths : src
4445

4546
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4647
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)