Skip to content

Commit

Permalink
Merge pull request #623 from crazy-max/fix-codeql-config
Browse files Browse the repository at this point in the history
ci(codeql): restrict code scanning to src folder
  • Loading branch information
crazy-max committed Oct 24, 2023
2 parents 495b903 + 6452b9a commit 7137ecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7137ecb

Please sign in to comment.