Skip to content

Commit 57b9e6e

Browse files
authored
Merge pull request #9314 from github/aeisenberg/manifest
Convert `.codeqlmanifest.json` file to `codeql-workspace.yml`
2 parents f7d9238 + b456334 commit 57b9e6e

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

.codeqlmanifest.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

codeql-workspace.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
provide:
2+
- "*/ql/src/qlpack.yml"
3+
- "*/ql/lib/qlpack.yml"
4+
- "*/ql/test/qlpack.yml"
5+
- "*/ql/examples/qlpack.yml"
6+
- "*/ql/consistency-queries/qlpack.yml"
7+
- "cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml"
8+
- "go/ql/config/legacy-support/qlpack.yml"
9+
- "go/build/codeql-extractor-go/codeql-extractor.yml"
10+
- "javascript/ql/experimental/adaptivethreatmodeling/lib/qlpack.yml"
11+
# This pack is explicitly excluded from the workspace since most users
12+
# will want to use a version of this pack from the package cache. Internal
13+
# users can uncomment the following line and place a custom ML model
14+
# in the corresponding pack to test a custom ML model within their local
15+
# checkout.
16+
# - "javascript/ql/experimental/adaptivethreatmodeling/model/qlpack.yml"
17+
- "javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/qlpack.yml"
18+
- "javascript/ql/experimental/adaptivethreatmodeling/src/qlpack.yml"
19+
- "csharp/ql/campaigns/Solorigate/lib/qlpack.yml"
20+
- "csharp/ql/campaigns/Solorigate/src/qlpack.yml"
21+
- "csharp/ql/campaigns/Solorigate/test/qlpack.yml"
22+
- "misc/legacy-support/*/qlpack.yml"
23+
- "misc/suite-helpers/qlpack.yml"
24+
- "ruby/extractor-pack/codeql-extractor.yml"
25+
- "swift/extractor-pack/codeql-extractor.yml"
26+
- "ql/extractor-pack/codeql-extractor.ym"
27+
28+
versionPolicies:
29+
default:
30+
requireChangeNotes: true
31+
committedPrereleaseSuffix: dev
32+
committedVersion: nextPatchRelease

0 commit comments

Comments
 (0)