Skip to content

Commit 141b470

Browse files
authored
Merge branch 'main' into ruby-framework-grape
2 parents c5e3be2 + 4f8166a commit 141b470

File tree

681 files changed

+10723
-12401
lines changed

Some content is hidden

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

681 files changed

+10723
-12401
lines changed

Cargo.lock

Lines changed: 284 additions & 393 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MODULE.bazel

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ use_repo(
8989
"vendor_py__cc-1.2.14",
9090
"vendor_py__clap-4.5.30",
9191
"vendor_py__regex-1.11.1",
92-
"vendor_py__tree-sitter-0.20.4",
93-
"vendor_py__tree-sitter-graph-0.7.0",
92+
"vendor_py__tree-sitter-0.24.7",
93+
"vendor_py__tree-sitter-graph-0.12.0",
9494
)
9595

9696
# deps for ruby+rust
@@ -101,50 +101,50 @@ use_repo(
101101
"vendor_ts__anyhow-1.0.99",
102102
"vendor_ts__argfile-0.2.1",
103103
"vendor_ts__chalk-ir-0.104.0",
104-
"vendor_ts__chrono-0.4.41",
105-
"vendor_ts__clap-4.5.44",
104+
"vendor_ts__chrono-0.4.42",
105+
"vendor_ts__clap-4.5.47",
106106
"vendor_ts__dunce-1.0.5",
107107
"vendor_ts__either-1.15.0",
108108
"vendor_ts__encoding-0.2.33",
109109
"vendor_ts__figment-0.10.19",
110-
"vendor_ts__flate2-1.1.0",
110+
"vendor_ts__flate2-1.1.2",
111111
"vendor_ts__glob-0.3.3",
112-
"vendor_ts__globset-0.4.15",
112+
"vendor_ts__globset-0.4.16",
113113
"vendor_ts__itertools-0.14.0",
114114
"vendor_ts__lazy_static-1.5.0",
115115
"vendor_ts__mustache-0.9.0",
116116
"vendor_ts__num-traits-0.2.19",
117117
"vendor_ts__num_cpus-1.17.0",
118-
"vendor_ts__proc-macro2-1.0.97",
118+
"vendor_ts__proc-macro2-1.0.101",
119119
"vendor_ts__quote-1.0.40",
120-
"vendor_ts__ra_ap_base_db-0.0.300",
121-
"vendor_ts__ra_ap_cfg-0.0.300",
122-
"vendor_ts__ra_ap_hir-0.0.300",
123-
"vendor_ts__ra_ap_hir_def-0.0.300",
124-
"vendor_ts__ra_ap_hir_expand-0.0.300",
125-
"vendor_ts__ra_ap_hir_ty-0.0.300",
126-
"vendor_ts__ra_ap_ide_db-0.0.300",
127-
"vendor_ts__ra_ap_intern-0.0.300",
128-
"vendor_ts__ra_ap_load-cargo-0.0.300",
129-
"vendor_ts__ra_ap_parser-0.0.300",
130-
"vendor_ts__ra_ap_paths-0.0.300",
131-
"vendor_ts__ra_ap_project_model-0.0.300",
132-
"vendor_ts__ra_ap_span-0.0.300",
133-
"vendor_ts__ra_ap_stdx-0.0.300",
134-
"vendor_ts__ra_ap_syntax-0.0.300",
135-
"vendor_ts__ra_ap_vfs-0.0.300",
120+
"vendor_ts__ra_ap_base_db-0.0.301",
121+
"vendor_ts__ra_ap_cfg-0.0.301",
122+
"vendor_ts__ra_ap_hir-0.0.301",
123+
"vendor_ts__ra_ap_hir_def-0.0.301",
124+
"vendor_ts__ra_ap_hir_expand-0.0.301",
125+
"vendor_ts__ra_ap_hir_ty-0.0.301",
126+
"vendor_ts__ra_ap_ide_db-0.0.301",
127+
"vendor_ts__ra_ap_intern-0.0.301",
128+
"vendor_ts__ra_ap_load-cargo-0.0.301",
129+
"vendor_ts__ra_ap_parser-0.0.301",
130+
"vendor_ts__ra_ap_paths-0.0.301",
131+
"vendor_ts__ra_ap_project_model-0.0.301",
132+
"vendor_ts__ra_ap_span-0.0.301",
133+
"vendor_ts__ra_ap_stdx-0.0.301",
134+
"vendor_ts__ra_ap_syntax-0.0.301",
135+
"vendor_ts__ra_ap_vfs-0.0.301",
136136
"vendor_ts__rand-0.9.2",
137-
"vendor_ts__rayon-1.10.0",
138-
"vendor_ts__regex-1.11.1",
137+
"vendor_ts__rayon-1.11.0",
138+
"vendor_ts__regex-1.11.2",
139139
"vendor_ts__serde-1.0.219",
140-
"vendor_ts__serde_json-1.0.142",
140+
"vendor_ts__serde_json-1.0.143",
141141
"vendor_ts__serde_with-3.14.0",
142-
"vendor_ts__syn-2.0.104",
142+
"vendor_ts__syn-2.0.106",
143143
"vendor_ts__toml-0.9.5",
144144
"vendor_ts__tracing-0.1.41",
145145
"vendor_ts__tracing-flame-0.2.0",
146-
"vendor_ts__tracing-subscriber-0.3.19",
147-
"vendor_ts__tree-sitter-0.24.6",
146+
"vendor_ts__tracing-subscriber-0.3.20",
147+
"vendor_ts__tree-sitter-0.25.9",
148148
"vendor_ts__tree-sitter-embedded-template-0.23.2",
149149
"vendor_ts__tree-sitter-json-0.24.8",
150150
"vendor_ts__tree-sitter-ql-0.23.1",

actions/ql/lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.17
2+
3+
No user-facing changes.
4+
15
## 0.4.16
26

37
No user-facing changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.4.17
2+
3+
No user-facing changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.16
2+
lastReleaseVersion: 0.4.17

actions/ql/lib/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-all
2-
version: 0.4.17-dev
2+
version: 0.4.18-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.9
2+
3+
### Minor Analysis Improvements
4+
5+
* Actions analysis now reports file coverage information on the CodeQL status page.
6+
17
## 0.6.8
28

39
No user-facing changes.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: minorAnalysis
3-
---
1+
## 0.6.9
2+
3+
### Minor Analysis Improvements
4+
45
* Actions analysis now reports file coverage information on the CodeQL status page.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.6.8
2+
lastReleaseVersion: 0.6.9

actions/ql/src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codeql/actions-queries
2-
version: 0.6.9-dev
2+
version: 0.6.10-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]

0 commit comments

Comments
 (0)