diff --git a/CHANGELOG.md b/CHANGELOG.md index c89186505..c0adf55b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ - 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. + +## 2.20.3 - 06 Jul 2023 + - Update default CodeQL bundle version to 2.13.5. [#1743](https://github.com/github/codeql-action/pull/1743) ## 2.20.2 - 03 Jul 2023 diff --git a/README.md b/README.md index f265c53f5..e88220bc6 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ You can use Actions or environment variables to share configuration across multi ## Troubleshooting -Read about [troubleshooting code scanning](https://help.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/troubleshooting-code-scanning). +Read about [troubleshooting code scanning](https://docs.github.com/en/code-security/code-scanning/troubleshooting-code-scanning). ## Contributing diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index ad9d018fa..bae32cdfc 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 58dbc5f13..cff812d98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 5902f01dd..049c4cd56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.20.3", + "version": "2.20.4", "private": true, "description": "CodeQL action", "scripts": {