File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,16 @@ Upgrading CodeQL databases
4
4
==========================
5
5
6
6
As the CodeQL CLI tools and queries evolve, you may find that some of your
7
- CodeQL databases become out of date. You must upgrade out-of-date databases
7
+ CodeQL databases become out of date. You must upgrade out-of-date databases
8
8
before you can analyze them.
9
9
10
10
Databases become out of date when:
11
11
12
12
- For databases created using the CodeQL CLI, the version of CLI tools used to
13
- create them is older than your copy of the CodeQL queries.
13
+ create them is older than your copy of the CodeQL queries.
14
14
- For databases downloaded from LGTM.com, the CodeQL tools used by LGTM.com to create
15
15
that revision of the code are older than your copy of the CodeQL queries.
16
16
17
- The ``main `` branch of the CodeQL queries is updated more often than both the
18
- CLI and LGTM.com, so databases are most likely to become out of date if you use
19
- the queries on this branch. For more information about the different versions of
20
- the CodeQL queries, see ":ref: `Getting started with the CodeQL CLI <local-copy-codeql-queries >`."
21
-
22
17
Out-of-date databases must be upgraded before they can be analyzed. This topic
23
18
shows you how to upgrade a CodeQL database using the ``database upgrade ``
24
19
subcommand.
You can’t perform that action at this time.
0 commit comments