Merge pull request #1778 from github/mergeback/v2.20.4-to-main-489225d8

Mergeback v2.20.4 refs/heads/releases/v2 into main
This commit is contained in:
Chuan-kai Lin 2023-07-14 07:36:36 -07:00 committed by GitHub
commit 013a1d0cb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View file

@ -1,8 +1,12 @@
# CodeQL Action Changelog
## [UNRELEASED]
No user facing changes.
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
## [UNRELEASED]
## 2.20.4 - 14 Jul 2023
- 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 CodeQL CLI version 2.9.4 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.

2
node_modules/.package-lock.json generated vendored
View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.20.4",
"version": "2.20.5",
"lockfileVersion": 3,
"requires": true,
"packages": {

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codeql",
"version": "2.20.4",
"version": "2.20.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codeql",
"version": "2.20.4",
"version": "2.20.5",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.20.4",
"version": "2.20.5",
"private": true,
"description": "CodeQL action",
"scripts": {