diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a046004f..f6d4c98e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 1.0.15 - 22 Sep 2021 + - Update default CodeQL bundle version to 2.6.2. [#746](https://github.com/github/codeql-action/pull/746) ## 1.0.14 - 09 Sep 2021 diff --git a/lib/api-compatibility.json b/lib/api-compatibility.json index 662e370a1..f910a25d6 100644 --- a/lib/api-compatibility.json +++ b/lib/api-compatibility.json @@ -1 +1 @@ -{ "maximumVersion": "3.3", "minimumVersion": "2.22" } +{ "maximumVersion": "3.3", "minimumVersion": "3.0" } diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 3a5b5160e..902f74b51 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 90d7a0b88..eb22edf5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "1.0.15", + "version": "1.0.16", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.2", diff --git a/package.json b/package.json index 806ac17d2..59c457edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.15", + "version": "1.0.16", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index 4108b0be7..7db5d9817 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.15", + "version": "1.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index 11af99a10..c07d9026e 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.15", + "version": "1.0.16", "private": true, "description": "CodeQL runner", "scripts": { diff --git a/src/api-compatibility.json b/src/api-compatibility.json index 94c5f8c08..33567da4c 100644 --- a/src/api-compatibility.json +++ b/src/api-compatibility.json @@ -1 +1 @@ -{"maximumVersion": "3.3", "minimumVersion": "2.22"} +{"maximumVersion": "3.3", "minimumVersion": "3.0"}