Skip to content

Commit

Permalink
CodeQL: only scan sopel directory
Browse files Browse the repository at this point in the history
No more false security warnings in test files.
  • Loading branch information
dgw authored Oct 26, 2023
1 parent 8a60980 commit 979e42d
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 @@ -31,6 +31,9 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
config: |
paths:
- sopel
- name: Autobuild
uses: github/codeql-action/autobuild@v2
Expand Down

0 comments on commit 979e42d

Please sign in to comment.