mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-21 22:36:34 -04:00
Turn on scanning of C code in CodeQL
Because I want to spend the next half a day of my life swatting false positives.
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
languages: python
|
||||
languages: python, c
|
||||
|
||||
- name: Install calibre dependencies
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user