diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bb97ee0f..bc3df6bbfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.36 - 08 Dec 2022 + - Update default CodeQL bundle version to 2.11.5. [#1412](https://github.com/github/codeql-action/pull/1412) - Add a step that tries to upload a SARIF file for the workflow run when that workflow run fails. This will help better surface failed code scanning workflow runs. [#1393](https://github.com/github/codeql-action/pull/1393) - Python automatic dependency installation will no longer consider dependecy code installed in venv as user-written, for projects using Poetry that specify `virtualenvs.in-project = true` in their `poetry.toml`. [#1419](https://github.com/github/codeql-action/pull/1419). diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 3ae829821b..b6e071b7b7 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.36", + "version": "2.1.37", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index acb2c81943..6e817c28ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.36", + "version": "2.1.37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.36", + "version": "2.1.37", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index f34cb46a9d..9e85d97adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.36", + "version": "2.1.37", "private": true, "description": "CodeQL action", "scripts": {