Skip to content

Commit

Permalink
Merge pull request #2528 from sopel-irc/specify-codeql-scan-path
Browse files Browse the repository at this point in the history
CodeQL: only scan `sopel` directory
  • Loading branch information
dgw authored Oct 27, 2023
2 parents 8a60980 + 979e42d commit 96891bf
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 96891bf

Please sign in to comment.