From 6d8390b7cb0811cb4e382efbc357489768451245 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Feb 2022 17:21:16 +0000 Subject: [PATCH 1/4] 1.0.32 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856234fc4..9fc1860ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 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) From 2890d306c3f53c3071307334f3a3adb8696312f4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Feb 2022 18:22:28 +0000 Subject: [PATCH 2/4] Update changelog and version after v1.0.32 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc1860ef..d29aff332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [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) From b870f13d6debfe032448be2f1df825a71856d539 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Feb 2022 18:22:30 +0000 Subject: [PATCH 3/4] 1.0.33 --- package-lock.json | 4 ++-- package.json | 2 +- runner/package-lock.json | 2 +- runner/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b0a445d4..cce80be8e 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 a6e7ff701..56cba5e6c 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 569eba23d..5933ae318 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 dc9e55be3..27b773cce 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": { From f9607205dbdf622ecfaf16d2ffecc78116ed98e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Feb 2022 18:45:41 +0000 Subject: [PATCH 4/4] Update checked-in dependencies --- node_modules/.package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 5bb55afb3..b800144f9 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": {