mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
QL: call the product QL for QL (because it rolls nicely).
and update the readme.
This commit is contained in:
2
.github/workflows/ql-for-ql-build.yml
vendored
2
.github/workflows/ql-for-ql-build.yml
vendored
@@ -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
vendored
2
.github/workflows/ql-for-ql-tests.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Run CodeQL for CodeQL Tests
|
||||
name: Run QL for QL Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
10
ql/README.md
10
ql/README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user