mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
a3f0533ffc
Unlike LGTM, the CodeQL Action requires the custom queries to have their own qlpack.yml file, so let's provide one.
12 lines
217 B
YAML
12 lines
217 B
YAML
---
|
|
# vi: ts=2 sw=2 et syntax=yaml:
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
library: false
|
|
name: systemd/cpp-queries
|
|
version: 0.0.1
|
|
dependencies:
|
|
codeql/cpp-all: "*"
|
|
codeql/suite-helpers: "*"
|
|
extractor: cpp
|