diff --git a/CHANGELOG.md b/CHANGELOG.md index 2270d87b5..c274b88ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.34 - 25 Nov 2022 + - Update default CodeQL bundle version to 2.11.4. [#1391](https://github.com/github/codeql-action/pull/1391) - Fixed a bug where some the `init` action and the `analyze` action would have different sets of experimental feature flags enabled. [#1384](https://github.com/github/codeql-action/pull/1384) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 1e10ceec9..3335b76ad 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.34", + "version": "2.1.35", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 132568570..de8ab3321 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.34", + "version": "2.1.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.34", + "version": "2.1.35", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 47a274bfe..16b6c49e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.34", + "version": "2.1.35", "private": true, "description": "CodeQL action", "scripts": {