From f6d03f448d9bfe5d9aab7ff17228042db2896987 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Jan 2023 15:18:19 +0000 Subject: [PATCH 1/4] Update changelog for v2.2.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6485f853a7..b0a900d7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## [UNRELEASED] +## $2.2.0 - 26 Jan 2023 - Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com. [#1475](https://github.com/github/codeql-action/pull/1475) - This change addresses customer reports of code scanning alerts on GitHub.com being closed and reopened during the rollout of new versions of CodeQL in the GitHub Actions [runner images](https://github.com/actions/runner-images). From d9669690936acc5b287d3eb07e2ff67b06e9a1f2 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 26 Jan 2023 15:22:33 +0000 Subject: [PATCH 2/4] Remove $ from version number --- .github/update-release-branch.py | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/update-release-branch.py b/.github/update-release-branch.py index a90a840d58..1d19c30ee9 100644 --- a/.github/update-release-branch.py +++ b/.github/update-release-branch.py @@ -161,7 +161,7 @@ def update_changelog(version): else: content = EMPTY_CHANGELOG - newContent = content.replace('[UNRELEASED]', f'${version} - {get_today_string()}', 1) + newContent = content.replace('[UNRELEASED]', f'{version} - {get_today_string()}', 1) with open('CHANGELOG.md', 'w') as f: f.write(newContent) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a900d7ea..a67cb3d4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action Changelog -## $2.2.0 - 26 Jan 2023 +## 2.2.0 - 26 Jan 2023 - Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com. [#1475](https://github.com/github/codeql-action/pull/1475) - This change addresses customer reports of code scanning alerts on GitHub.com being closed and reopened during the rollout of new versions of CodeQL in the GitHub Actions [runner images](https://github.com/actions/runner-images). From 4a6b5a54c28a8d92dd302dceca73e393af0c0ebe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Jan 2023 16:39:29 +0000 Subject: [PATCH 3/4] Update changelog and version after v2.2.0 --- 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 a67cb3d4ef..2cf79938d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action Changelog +## [UNRELEASED] + +No user facing changes. + ## 2.2.0 - 26 Jan 2023 - Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com. [#1475](https://github.com/github/codeql-action/pull/1475) diff --git a/package-lock.json b/package-lock.json index bb4eccab10..65f429b402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codeql", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@actions/artifact": "^1.1.0", diff --git a/package.json b/package.json index 8d96825858..c04aaaf2cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.2.0", + "version": "2.2.1", "private": true, "description": "CodeQL action", "scripts": { From 592a896a5375f4df9d617255ff8abfbc6c519b25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Jan 2023 16:40:56 +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 07d7641b2a..546b8a6439 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": {