Skip to content

Commit

Permalink
Add changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Mercer committed Jul 6, 2023
1 parent 9b345a5 commit 674e180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [UNRELEASED]

- This is the last release of the Action that supports CodeQL CLI versions 2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the next release of the CodeQL Action (2.21.0).
- If you are using one of these versions, please update to a newer version of the CodeQL CLI (minimum 2.9.4). For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove it to use the default version.
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/*@v2' by 'github/codeql-action/*@v2.20.4' in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
- Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743)

## 2.20.2 - 03 Jul 2023
Expand Down

0 comments on commit 674e180

Please sign in to comment.