mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-29 16:40:51 +08:00
ci(github): use CodeQL security-and-quality suite (#1859)
This commit is contained in:
@@ -30,6 +30,13 @@ jobs:
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4
|
||||
with:
|
||||
languages: c-cpp
|
||||
build-mode: manual
|
||||
queries: security-and-quality
|
||||
config-file: .github/codeql/config.yml
|
||||
trap-caching: true
|
||||
dependency-caching: true
|
||||
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user