Skip to content

Commit 41d9ca1

Browse files
committed
Merge branch 'main' into redsun82/cargo-upgrade-3
2 parents 88b2110 + 2a51749 commit 41d9ca1

35 files changed

+11470
-175
lines changed

.github/workflows/python-tooling.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@v4
25+
- uses: actions/setup-python@v5
26+
with:
27+
python-version: '3.12'
2528
- uses: pre-commit/action@646c83fcd040023954eafda54b4db0192ce70507
2629
name: Check that python code is properly formatted
2730
with:

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# See https://pre-commit.com for more information
22
# See https://pre-commit.com/hooks.html for more hooks
3+
default_language_version:
4+
python: python3.12
35
repos:
46
- repo: https://github.com/pre-commit/pre-commit-hooks
57
rev: v3.2.0

cpp/bulk_generation_targets.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,30 @@ language: cpp
22
strategy: dca
33
destination: cpp/ql/lib/ext/generated
44
targets:
5-
- name: openssl
5+
- name: zlib
6+
with-sinks: false
7+
with-sources: false
8+
- name: brotli
9+
with-sinks: false
10+
with-sources: false
11+
- name: libidn2
12+
with-sinks: false
13+
with-sources: false
14+
- name: libssh2
615
with-sinks: false
716
with-sources: false
817
- name: sqlite
918
with-sinks: false
1019
with-sources: false
20+
- name: openssl
21+
with-sinks: false
22+
with-sources: false
23+
- name: nghttp2
24+
with-sinks: false
25+
with-sources: false
26+
- name: libuv
27+
with-sinks: false
28+
with-sources: false
29+
- name: curl
30+
with-sinks: false
31+
with-sources: false

cpp/ql/lib/ext/generated/brotli/brotli.model.yml

Lines changed: 480 additions & 0 deletions
Large diffs are not rendered by default.

cpp/ql/lib/ext/generated/curl/curl.model.yml

Lines changed: 959 additions & 0 deletions
Large diffs are not rendered by default.

cpp/ql/lib/ext/generated/libidn2/libidn2.model.yml

Lines changed: 148 additions & 0 deletions
Large diffs are not rendered by default.

cpp/ql/lib/ext/generated/libssh2/libssh2.model.yml

Lines changed: 517 additions & 0 deletions
Large diffs are not rendered by default.

cpp/ql/lib/ext/generated/libuv/libuv.model.yml

Lines changed: 646 additions & 0 deletions
Large diffs are not rendered by default.

cpp/ql/lib/ext/generated/nghttp2/nghttp2.model.yml

Lines changed: 571 additions & 0 deletions
Large diffs are not rendered by default.

cpp/ql/lib/ext/generated/zlib/zlib.model.yml

Lines changed: 168 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)