Skip to content

Commit 5d93309

Browse files
committed
QL: call the product QL for QL (because it rolls nicely).
and update the readme.
1 parent d89c41b commit 5d93309

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/ql-for-ql-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run CodeQL for CodeQL
1+
name: Run QL for QL
22

33
on:
44
push:

.github/workflows/ql-for-ql-dataset_measure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Collect database stats for CodeQL for CodeQL
1+
name: Collect database stats for QL for QL
22

33
on:
44
push:

.github/workflows/ql-for-ql-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run CodeQL for CodeQL Tests
1+
name: Run QL for QL Tests
22

33
on:
44
push:

ql/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# CodeQL for CodeQL
1+
# QL for QL
22

3-
CodeQL for CodeQL analyses QL code to find some common bug patterns.
3+
QL for QL is a CodeQL analysis designed to find common bug patterns in QL code.
44
This analysis is mostly used as a PR check in [`github/codeql`](https://github.com/github/codeql).
5-
CodeQL for CodeQL is experimental technology and not a supported product
5+
QL for QL is experimental technology and not a supported product.
66

7-
Some setup is required to use CodeQL for CodeQL (see the below sections).
7+
This directory contains the extractor, CodeQL libraries, and queries that power QL for QL.
8+
9+
Some setup is required to use QL for QL (see the below sections).
810

911
## Building the tools from source
1012

0 commit comments

Comments
 (0)