Skip to content

Commit 6ded99c

Browse files
author
Paolo Tranquilli
committed
Merge branch 'main' into redsun82/cargo-upgrade
2 parents 4f79199 + 70a1a64 commit 6ded99c

File tree

369 files changed

+25988
-12538
lines changed

Some content is hidden

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

369 files changed

+25988
-12538
lines changed

Cargo.lock

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

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ use_repo(
9797
"vendor__itertools-0.14.0",
9898
"vendor__lazy_static-1.5.0",
9999
"vendor__log-0.4.22",
100+
"vendor__mustache-0.9.0",
100101
"vendor__num-traits-0.2.19",
101102
"vendor__num_cpus-1.16.0",
102103
"vendor__proc-macro2-1.0.92",
@@ -126,7 +127,7 @@ use_repo(
126127
"vendor__syn-2.0.95",
127128
"vendor__tracing-0.1.41",
128129
"vendor__tracing-subscriber-0.3.19",
129-
"vendor__tree-sitter-0.24.5",
130+
"vendor__tree-sitter-0.24.6",
130131
"vendor__tree-sitter-embedded-template-0.23.2",
131132
"vendor__tree-sitter-json-0.24.8",
132133
"vendor__tree-sitter-ql-0.23.1",

actions/ql/lib/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 0.4.0
2+
3+
### New Features
4+
5+
* Initial public preview release
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 0.4.0
2+
3+
### New Features
4+
5+
* Initial public preview release
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
lastReleaseVersion: 0.4.0

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.0-dev
2+
version: 0.4.1-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: feature
3-
---
1+
## 0.4.0
2+
3+
### New Queries
4+
45
* Initial public preview release
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
---
2-
category: newQuery
3-
---
1+
## 0.4.0
2+
3+
### New Queries
4+
45
* Initial public preview release
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
lastReleaseVersion: 0.4.0

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.4.0-dev
2+
version: 0.4.1-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]

0 commit comments

Comments
 (0)