Skip to content

Commit

Permalink
Remove java and python languages from default CodeQL scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Oct 16, 2023
1 parent 53fb165 commit 09a8e6b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codeql_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: cpp, java, python
languages: cpp
config: |
queries:
- uses: security-extended
- uses: security-and-quality
paths-ignore:
- '3rdparty/**/*'
- name: Build and test Zserio
run: |
Expand Down

0 comments on commit 09a8e6b

Please sign in to comment.