From 08f9ac467475f66d9c03e788f6116a152e32d867 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jun 2022 14:37:09 +0000 Subject: [PATCH 1/4] Update changelog for v2.1.14 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4585b6fc..33726a38a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## 2.1.14 - 22 Jun 2022 No user facing changes. From e524cd64dbff1359457904052f950ad0bf5f820a Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Wed, 22 Jun 2022 16:07:46 -0700 Subject: [PATCH 2/4] Update branch names for check-for-conflicts.yml job --- .github/workflows/check-for-conflicts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-conflicts.yml b/.github/workflows/check-for-conflicts.yml index fdd04120d..fe96d9ac3 100644 --- a/.github/workflows/check-for-conflicts.yml +++ b/.github/workflows/check-for-conflicts.yml @@ -4,7 +4,7 @@ name: Check for conflicts on: pull_request: - branches: [main, v1, v2] + branches: [main, releases/v1, releases/v2] # Run checks on reopened draft PRs to support triggering PR checks on draft PRs that were opened # by other workflows. types: [opened, synchronize, reopened, ready_for_review] From f9fd90ed603a8a30a27431e8777ca56569c503fc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jun 2022 23:54:13 +0000 Subject: [PATCH 3/4] Update changelog and version after v2.1.14 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33726a38a..51a9b378f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.1.14 - 22 Jun 2022 No user facing changes. diff --git a/package-lock.json b/package-lock.json index 3eba435cd..182713752 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.1.14", + "version": "2.1.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.1.14", + "version": "2.1.15", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 6f6864652..80ded6aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.14", + "version": "2.1.15", "private": true, "description": "CodeQL action", "scripts": { From 3b151b1bde258473028e82e1c190788830f9577b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Jun 2022 00:11:35 +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 b0751b0a3..796f70b37 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.1.14", + "version": "2.1.15", "lockfileVersion": 2, "requires": true, "packages": {