Skip to content

Commit

Permalink
Merge pull request #1194 from github/mergeback/v2.1.19-to-main-f5d217be
Browse files Browse the repository at this point in the history
Mergeback v2.1.19 refs/heads/releases/v2 into main
  • Loading branch information
henrymercer authored Aug 19, 2022
2 parents 5502fef + 0ce8ba5 commit 66bb63a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [UNRELEASED]

No user facing changes.

## 2.1.19 - 17 Aug 2022

- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https:/github/codeql-action/pull/1098)
- In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https:/github/codeql-action/pull/1159)
- Update default CodeQL bundle version to 2.10.3. [#1178](https:/github/codeql-action/pull/1178)
- The combination of python2 and Pipenv is no longer supported. [#1181](https:/github/codeql-action/pull/1181)
Expand Down Expand Up @@ -31,7 +36,6 @@ No user facing changes.

## 2.1.13 - 21 Jun 2022

- Add the ability to filter queries from a code scanning run by using the `query-filters` option in the code scanning configuration file. [#1098](https:/github/codeql-action/pull/1098)
- Update default CodeQL bundle version to 2.9.4. [#1100](https:/github/codeql-action/pull/1100)

## 2.1.12 - 01 Jun 2022
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.19",
"version": "2.1.20",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down

0 comments on commit 66bb63a

Please sign in to comment.