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
parent d89c41bae4
commit 5d93309ada
4 changed files with 9 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@@ -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