From 68d7c5f62003efd277c678beffe111b446f7aa0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Jun 2021 09:30:01 +0000 Subject: [PATCH 1/5] 1.0.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faccd38e6..7af82fbed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 1.0.1 - 07 Jun 2021 - Pass the `--sarif-group-rules-by-pack` argument to CodeQL CLI invocations that generate SARIF. This means the SARIF rule object for each query will now be found underneath its corresponding query pack in `runs[].tool.extensions`. [#546](https://github.com/github/codeql-action/pull/546) - Output the location of CodeQL databases created in the analyze step. [#543](https://github.com/github/codeql-action/pull/543) From 511fe43abeb9bf6441029260faa2843ecd17fff2 Mon Sep 17 00:00:00 2001 From: Chris Gavin Date: Mon, 7 Jun 2021 16:14:10 +0100 Subject: [PATCH 2/5] Empty commit to trigger CI. From 74764ac0eb4d1155e4b82af6b8293f0f57b4e45b Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 7 Jun 2021 13:32:46 -0700 Subject: [PATCH 3/5] Remove quotes around `$DRAFT` argument gh will complain if there is an empty `""`, which is the case if `$DRAFT` is unset. --- .github/workflows/post-release-mergeback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index 647173531..81c7bc103 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -124,4 +124,4 @@ jobs: --base "$BASE_BRANCH" \ --title "$PR_TITLE" \ --body "$PR_BODY" \ - "$DRAFT" + ${DRAFT:+"$DRAFT"} # no quotes around $DRAFT. gh will error out if there is an empty "" From 9e6b46a9e6b809e64e77e2f883e6136db3c16a46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Jun 2021 20:59:13 +0000 Subject: [PATCH 4/5] Update changelog and version after v1.0.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af82fbed..2a53d5aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + ## 1.0.1 - 07 Jun 2021 - Pass the `--sarif-group-rules-by-pack` argument to CodeQL CLI invocations that generate SARIF. This means the SARIF rule object for each query will now be found underneath its corresponding query pack in `runs[].tool.extensions`. [#546](https://github.com/github/codeql-action/pull/546) From fbb9046bf6f5baa8736d8ed9b125f0a782b22bcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Jun 2021 20:59:15 +0000 Subject: [PATCH 5/5] 1.0.2 --- package-lock.json | 2 +- package.json | 2 +- runner/package-lock.json | 2 +- runner/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0664ecbe8..03ce97e0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index e086509f6..e3f5a9372 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "CodeQL action", "scripts": { diff --git a/runner/package-lock.json b/runner/package-lock.json index 45d0185b7..de62ead71 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index 39ea30d5a..d9b5af44d 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.0.1", + "version": "1.0.2", "private": true, "description": "CodeQL runner", "scripts": {