diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ab30c945..b78d8a7360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 2.1.15 - 28 Jun 2022 + - CodeQL query packs listed in the `packs` configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. [#1116](https://github.com/github/codeql-action/pull/1116) - The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details. [#1124](https://github.com/github/codeql-action/pull/1124) - Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 796f70b371..0dfea6eac1 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.15", + "version": "2.1.16", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 1827137523..a23742176a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.15", + "version": "2.1.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.15", + "version": "2.1.16", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 80ded6aea3..343cdc2311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.15", + "version": "2.1.16", "private": true, "description": "CodeQL action", "scripts": {