diff --git a/CHANGELOG.md b/CHANGELOG.md index 0063356984..b6abc781db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th ## [UNRELEASED] +No user facing changes. + +## 2.21.1 - 26 Jul 2023 + - Improve the handling of fatal errors from the CodeQL CLI. [#1795](https://github.com/github/codeql-action/pull/1795) - Add the `sarif-output` output to the analyze action that contains the path to the directory of the generated SARIF. [#1799](https://github.com/github/codeql-action/pull/1799) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index aa4e4f93b8..5f8d055561 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.1", + "version": "2.21.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 1c0d600e57..70cc4a6a3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.21.1", + "version": "2.21.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.21.1", + "version": "2.21.2", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.1", diff --git a/package.json b/package.json index de5e461106..2787d449ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.21.1", + "version": "2.21.2", "private": true, "description": "CodeQL action", "scripts": {