Skip to content

Commit b2e1676

Browse files
authored
Merge pull request #1512 from github/mergeback/v2.2.0-to-main-436dbd91
Mergeback v2.2.0 refs/heads/releases/v2 into main
2 parents 43f1a6c + 592a896 commit b2e1676

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/update-release-branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def update_changelog(version):
161161
else:
162162
content = EMPTY_CHANGELOG
163163

164-
newContent = content.replace('[UNRELEASED]', f'${version} - {get_today_string()}', 1)
164+
newContent = content.replace('[UNRELEASED]', f'{version} - {get_today_string()}', 1)
165165

166166
with open('CHANGELOG.md', 'w') as f:
167167
f.write(newContent)

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [UNRELEASED]
44

5+
No user facing changes.
6+
7+
## 2.2.0 - 26 Jan 2023
8+
59
- 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)
610
- 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).
711
- **No change is required for the majority of workflows**, including:

node_modules/.package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

0 commit comments

Comments
 (0)