diff --git a/CHANGELOG.md b/CHANGELOG.md index 856234fc43..d29aff3323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [UNRELEASED] +No user facing changes. + +## 1.0.32 - 07 Feb 2022 + - Add `sarif-id` as an output for the `upload-sarif` and `analyze` actions. [#889](https://github.com/github/codeql-action/pull/889) - Add `ref` and `sha` inputs to the `analyze` action, which override the defaults provided by the GitHub Action context. [#889](https://github.com/github/codeql-action/pull/889) - Update default CodeQL bundle version to 2.8.0. [#911](https://github.com/github/codeql-action/pull/911) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 5bb55afb3b..b800144f92 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.32", + "version": "1.0.33", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package-lock.json b/package-lock.json index 2b0a445d40..cce80be8e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "1.0.32", + "version": "1.0.33", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "1.0.32", + "version": "1.0.33", "license": "MIT", "dependencies": { "@actions/artifact": "^0.5.2", diff --git a/package.json b/package.json index a6e7ff7019..56cba5e6c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.32", + "version": "1.0.33", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index 569eba23d9..5933ae3187 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.32", + "version": "1.0.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index dc9e55be31..27b773cce0 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.32", + "version": "1.0.33", "private": true, "description": "CodeQL runner", "scripts": {