Skip to content

Merge back 2.21.2 release branch #19441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion actions/ql/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ No user-facing changes.

## 0.4.7

No user-facing changes.
### New Features

* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.

## 0.4.6

Expand Down
4 changes: 3 additions & 1 deletion actions/ql/lib/change-notes/released/0.4.7.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.7

No user-facing changes.
### New Features

* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.
4 changes: 4 additions & 0 deletions actions/ql/src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

## 0.5.4

### New Features

* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.

### Bug Fixes

* 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.
Expand Down
4 changes: 4 additions & 0 deletions actions/ql/src/change-notes/released/0.5.4.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 0.5.4

### New Features

* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.

### Bug Fixes

* 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.
13 changes: 13 additions & 0 deletions docs/codeql/codeql-overview/codeql-changelog/codeql-cli-2.21.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Bug Fixes
Query Packs
-----------

New Features
~~~~~~~~~~~~

GitHub Actions
""""""""""""""

* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.

Bug Fixes
~~~~~~~~~

Expand Down Expand Up @@ -123,6 +131,11 @@ Ruby
New Features
~~~~~~~~~~~~

GitHub Actions
""""""""""""""

* CodeQL and Copilot Autofix support for GitHub Actions is now Generally Available.

C/C++
"""""

Expand Down