Skip to content

Commit 006f0e8

Browse files
committed
Merge branch 'main' into lifetime
2 parents 869c974 + b8b5736 commit 006f0e8

File tree

391 files changed

+20019
-2733
lines changed

Some content is hidden

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

391 files changed

+20019
-2733
lines changed

.github/workflows/check-change-note.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
- "shared/**/*.qll"
1717
- "!**/experimental/**"
1818
- "!ql/**"
19-
- "!rust/**"
2019
- ".github/workflows/check-change-note.yml"
2120

2221
jobs:

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

actions/ql/lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.4.12
2+
3+
### Minor Analysis Improvements
4+
5+
* Fixed performance issues in the parsing of Bash scripts in workflow files,
6+
which led to out-of-disk errors when analysing certain workflow files with
7+
complex interpolations of shell commands or quoted strings.
8+
19
## 0.4.11
210

311
No user-facing changes.
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
---
2-
category: minorAnalysis
3-
---
1+
## 0.4.12
2+
3+
### Minor Analysis Improvements
4+
45
* Fixed performance issues in the parsing of Bash scripts in workflow files,
56
which led to out-of-disk errors when analysing certain workflow files with
6-
complex interpolations of shell commands or quoted strings.
7+
complex interpolations of shell commands or quoted strings.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.4.11
2+
lastReleaseVersion: 0.4.12

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.12-dev
2+
version: 0.4.13-dev
33
library: true
44
warnOnImplicitThis: true
55
dependencies:

actions/ql/src/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.4
2+
3+
No user-facing changes.
4+
15
## 0.6.3
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.6.4
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.6.3
2+
lastReleaseVersion: 0.6.4

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

0 commit comments

Comments
 (0)