Skip to content

Commit

Permalink
maint: fix CodeQL config issues (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Feb 6, 2024
1 parent b93751c commit 032199a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
paths:
- src
- tests
paths-ignore:
- '**/failing_script.py'
5 changes: 1 addition & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
uses: github/codeql-action/init@v3
with:
languages: 'python'
config: |
paths:
- src
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
config-file: ./.github/codeql-config.yml

- name: Autobuild
uses: github/codeql-action/autobuild@v3
Expand Down

0 comments on commit 032199a

Please sign in to comment.