Skip to content

Commit da4f1d8

Browse files
authored
Merge pull request #7355 from github/aeisenberg/remove-upgrades
Move upgrades into standard library packs
2 parents c45127f + 0722867 commit da4f1d8

File tree

349 files changed

+6
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

349 files changed

+6
-104
lines changed

.codeqlmanifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"*/ql/lib/qlpack.yml",
55
"*/ql/test/qlpack.yml",
66
"*/ql/examples/qlpack.yml",
7-
"*/upgrades/qlpack.yml",
87
"cpp/ql/test/query-tests/Security/CWE/CWE-190/semmle/tainted/qlpack.yml",
98
"javascript/ql/experimental/adaptivethreatmodeling/lib/qlpack.yml",
109
"javascript/ql/experimental/adaptivethreatmodeling/src/qlpack.yml",

cpp/ql/lib/qlpack.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ groups: cpp
44
dbscheme: semmlecode.cpp.dbscheme
55
extractor: cpp
66
library: true
7-
dependencies:
8-
codeql/cpp-upgrades: ^0.0.3
7+
upgrades: upgrades

0 commit comments

Comments
 (0)