QL: call the product `QL for QL` (because it rolls nicely).

and update the readme.
This commit is contained in:
Erik Krogh Kristensen 2021-12-15 10:47:03 +01:00
Родитель d89c41bae4
Коммит 5d93309ada
4 изменённых файлов: 9 добавлений и 7 удалений

2
.github/workflows/ql-for-ql-build.yml поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
name: Run CodeQL for CodeQL
name: Run QL for QL
on:
push:

Просмотреть файл

@ -1,4 +1,4 @@
name: Collect database stats for CodeQL for CodeQL
name: Collect database stats for QL for QL
on:
push:

2
.github/workflows/ql-for-ql-tests.yml поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
name: Run CodeQL for CodeQL Tests
name: Run QL for QL Tests
on:
push:

Просмотреть файл

@ -1,10 +1,12 @@
# CodeQL for CodeQL
# QL for QL
CodeQL for CodeQL analyses QL code to find some common bug patterns.
QL for QL is a CodeQL analysis designed to find common bug patterns in QL code.
This analysis is mostly used as a PR check in [`github/codeql`](https://github.com/github/codeql).
CodeQL for CodeQL is experimental technology and not a supported product
QL for QL is experimental technology and not a supported product.
Some setup is required to use CodeQL for CodeQL (see the below sections).
This directory contains the extractor, CodeQL libraries, and queries that power QL for QL.
Some setup is required to use QL for QL (see the below sections).
## Building the tools from source