Skip to content

Commit 005a27b

Browse files
authored
Merge pull request #19436 from adityasharad/actions/ga-change-note
Actions: Retroactively add GA changenote
2 parents a46f8fb + 6285c2e commit 005a27b

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

actions/ql/lib/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ No user-facing changes.
44

55
## 0.4.7
66

7-
No user-facing changes.
7+
### New Features
8+
9+
* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.
810

911
## 0.4.6
1012

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
## 0.4.7
22

3-
No user-facing changes.
3+
### New Features
4+
5+
* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.

actions/ql/src/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020

2121
## 0.5.4
2222

23+
### New Features
24+
25+
* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.
26+
2327
### Bug Fixes
2428

2529
* Alerts produced by the query `actions/missing-workflow-permissions` now include a minimal set of recommended permissions in the alert message, based on well-known actions seen within the workflow file.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 0.5.4
22

3+
### New Features
4+
5+
* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.
6+
37
### Bug Fixes
48

59
* Alerts produced by the query `actions/missing-workflow-permissions` now include a minimal set of recommended permissions in the alert message, based on well-known actions seen within the workflow file.

docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.21.1.rst

+13
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ Bug Fixes
3737
Query Packs
3838
-----------
3939

40+
New Features
41+
~~~~~~~~~~~~
42+
43+
GitHub Actions
44+
""""""""""""""
45+
46+
* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.
47+
4048
Bug Fixes
4149
~~~~~~~~~
4250

@@ -123,6 +131,11 @@ Ruby
123131
New Features
124132
~~~~~~~~~~~~
125133

134+
GitHub Actions
135+
""""""""""""""
136+
137+
* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.
138+
126139
C/C++
127140
"""""
128141

0 commit comments

Comments
 (0)