mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-02-10 21:44:48 -05: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:
parent
d1ec4a2b91
commit
9622ce41a8
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user