diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c5eb9cfa..bf408e51c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,17 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.33 - 16 Nov 2022 + - Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322) +- Bump the minimum CodeQL bundle version to 2.6.3. [#1358](https://github.com/github/codeql-action/pull/1358) ## 2.1.32 - 14 Nov 2022 - Update default CodeQL bundle version to 2.11.3. [#1348](https://github.com/github/codeql-action/pull/1348) - Update the ML-powered additional query pack for JavaScript to version 0.4.0. [#1351](https://github.com/github/codeql-action/pull/1351) -- Bump the minimum CodeQL bundle version to 2.6.3. [#1358](https://github.com/github/codeql-action/pull/1358) ## 2.1.31 - 04 Nov 2022 diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 77d7dcd1c..1e10ceec9 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 1ed51b87f..132568570 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 49e95fd88..47a274bfe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.33", + "version": "2.1.34", "private": true, "description": "CodeQL action", "scripts": {