Skip to content

Commit fc4a134

Browse files
authored
Merge branch 'github:main' into main
2 parents 5689b4d + e02a2d8 commit fc4a134

File tree

429 files changed

+19718
-7308
lines changed

Some content is hidden

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

429 files changed

+19718
-7308
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ use_repo(
230230
"kotlin-compiler-2.1.0-Beta1",
231231
"kotlin-compiler-2.1.20-Beta1",
232232
"kotlin-compiler-2.2.0-Beta1",
233+
"kotlin-compiler-2.2.20-Beta2",
233234
"kotlin-compiler-embeddable-1.6.0",
234235
"kotlin-compiler-embeddable-1.6.20",
235236
"kotlin-compiler-embeddable-1.7.0",
@@ -242,6 +243,7 @@ use_repo(
242243
"kotlin-compiler-embeddable-2.1.0-Beta1",
243244
"kotlin-compiler-embeddable-2.1.20-Beta1",
244245
"kotlin-compiler-embeddable-2.2.0-Beta1",
246+
"kotlin-compiler-embeddable-2.2.20-Beta2",
245247
"kotlin-stdlib-1.6.0",
246248
"kotlin-stdlib-1.6.20",
247249
"kotlin-stdlib-1.7.0",
@@ -254,6 +256,7 @@ use_repo(
254256
"kotlin-stdlib-2.1.0-Beta1",
255257
"kotlin-stdlib-2.1.20-Beta1",
256258
"kotlin-stdlib-2.2.0-Beta1",
259+
"kotlin-stdlib-2.2.20-Beta2",
257260
)
258261

259262
go_sdk = use_extension("@rules_go//go:extensions.bzl", "go_sdk")

actions/ql/lib/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## 0.4.13
1+
## 0.4.14
22

33
No user-facing changes.
44

5+
## 0.4.13
6+
7+
### Bug Fixes
8+
9+
* The `actions/artifact-poisoning/critical` and `actions/artifact-poisoning/medium` queries now exclude artifacts downloaded to `$[{ runner.temp }}` in addition to `/tmp`.
10+
511
## 0.4.12
612

713
### Minor Analysis Improvements

actions/ql/lib/change-notes/2025-07-11-artifact-poisoning.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## 0.4.13
22

3-
No user-facing changes.
3+
### Bug Fixes
4+
5+
* The `actions/artifact-poisoning/critical` and `actions/artifact-poisoning/medium` queries now exclude artifacts downloaded to `$[{ runner.temp }}` in addition to `/tmp`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 5.1.10
1+
## 0.4.14
22

33
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.13
2+
lastReleaseVersion: 0.4.14

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.14-dev
2+
version: 0.4.15-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.6
2+
3+
No user-facing changes.
4+
15
## 0.6.5
26

37
No user-facing changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 7.3.3
1+
## 0.6.6
22

33
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.5
2+
lastReleaseVersion: 0.6.6

0 commit comments

Comments
 (0)