Skip to content

Commit 152ad2e

Browse files
committed
Merge branch 'main' into rust-ti-implementing-type-method
2 parents 0699028 + c8e564b commit 152ad2e

File tree

221 files changed

+2797
-213
lines changed

Some content is hidden

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

221 files changed

+2797
-213
lines changed

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.8
2+
3+
No user-facing changes.
4+
15
## 0.4.7
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.8
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.7
2+
lastReleaseVersion: 0.4.8

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

actions/ql/src/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.6.0
2+
3+
### Breaking Changes
4+
5+
* The following queries have been removed from the `security-and-quality` suite.
6+
They are not intended to produce user-facing
7+
alerts describing vulnerabilities.
8+
Any existing alerts for these queries will be closed automatically.
9+
* `actions/composite-action-sinks`
10+
* `actions/composite-action-sources`
11+
* `actions/composite-action-summaries`
12+
* `actions/reusable-workflow-sinks`
13+
(renamed from `actions/reusable-wokflow-sinks`)
14+
* `actions/reusable-workflow-sources`
15+
* `actions/reusable-workflow-summaries`
16+
17+
### Bug Fixes
18+
19+
* Assigned a `security-severity` to the query `actions/excessive-secrets-exposure`.
20+
121
## 0.5.4
222

323
### Bug Fixes

actions/ql/src/change-notes/2025-04-14-excessive-secrets-exposure-security-severity.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

actions/ql/src/change-notes/2025-04-24-model-generator-queries.md renamed to actions/ql/src/change-notes/released/0.6.0.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
category: breaking
3-
---
1+
## 0.6.0
2+
3+
### Breaking Changes
44

55
* The following queries have been removed from the `security-and-quality` suite.
66
They are not intended to produce user-facing
@@ -13,4 +13,7 @@ category: breaking
1313
(renamed from `actions/reusable-wokflow-sinks`)
1414
* `actions/reusable-workflow-sources`
1515
* `actions/reusable-workflow-summaries`
16-
16+
17+
### Bug Fixes
18+
19+
* Assigned a `security-severity` to the query `actions/excessive-secrets-exposure`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
lastReleaseVersion: 0.5.4
2+
lastReleaseVersion: 0.6.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.5.5-dev
2+
version: 0.6.1-dev
33
library: false
44
warnOnImplicitThis: true
55
groups: [actions, queries]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)