ci(github): use CodeQL security-and-quality suite (#1859)

This commit is contained in:
Oleg Shparber
2026-05-10 21:10:08 +03:00
committed by GitHub
parent 07b87d9e71
commit 8c36f29f20
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -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: |