Skip to content

Commit 3c50fe2

Browse files
authored
Merge pull request #98 from github/aeisenberg/qlpack-structure
Retroactively add a note about the qlpack structure change
2 parents 2953d2a + 8a8f2f0 commit 3c50fe2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,30 @@
101101
format for its JSON results. Previously, the results were a list of
102102
paths. Now, the results are an object with a single property `paths`
103103
that contains the list of paths.
104+
105+
- The internal `qlpacks` directory of the CodeQL bundle available on the
106+
[CodeQL Action releases page](https://github.com/github/codeql-action/releases/)
107+
has a new structure. This directory is internal to the CLI and can change without notice in future releases.
108+
109+
The currently-shipped `qlpacks` directory mirrors the structure of [CodeQL package](https://github.blog/changelog/2021-07-28-introducing-the-codeql-package-manager-public-beta/) caches and looks like this:
110+
111+
```text
112+
qlpacks
113+
- codeql
114+
- {lang}-all
115+
- {version}
116+
- qlpack contents
117+
- {lang}-examples
118+
- {version}
119+
- qlpack contents
120+
- {lang}-queries
121+
- {version}
122+
- qlpack contents
123+
- {lang}-upgrades
124+
- {version}
125+
- qlpack contents
126+
- ... and so on for all languages
127+
```
104128

105129
### Deprecations
106130

0 commit comments

Comments
 (0)