Skip to content

Commit 9d2dd78

Browse files
committed
Merge remote-tracking branch 'github/main' into kaspersv/overlay-java-annotations
2 parents 81b677a + ae36f94 commit 9d2dd78

File tree

2,453 files changed

+49157
-25930
lines changed

Some content is hidden

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

2,453 files changed

+49157
-25930
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.

actions/ql/lib/change-notes/2025-06-09-bash-parsing-performance.md

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.
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

0 commit comments

Comments
 (0)