Skip to content

Commit

Permalink
Merge pull request #1213 from github/mergeback/v2.1.21-to-main-c7f292ea
Browse files Browse the repository at this point in the history
Mergeback v2.1.21 refs/heads/releases/v2 into main
  • Loading branch information
Edoardo Pirovano authored and GitHub committed Aug 25, 2022
2 parents 21bf308 + 54d5799 commit 9128f1c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [UNRELEASED]

No user facing changes.

## 2.1.21 - 25 Aug 2022

- Improve error messages when the code scanning configuration file includes an invalid `queries` block or an invalid `query-filters` block. [#1208](https://github.com/github/codeql-action/pull/1208)
- Fix a bug where Go build tracing could fail on Windows. [#1209](https://github.com/github/codeql-action/pull/1209)

Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.1.21",
"version": "2.1.22",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down

0 comments on commit 9128f1c

Please sign in to comment.