Skip to content

Commit

Permalink
Merge pull request #1429 from github/mergeback/v2.1.36-to-main-a669cc59
Browse files Browse the repository at this point in the history
Mergeback v2.1.36 refs/heads/releases/v2 into main
  • Loading branch information
cklin committed Dec 8, 2022
2 parents 6fec2ab + e58b8d6 commit 8960790
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [UNRELEASED]

No user facing changes.

## 2.1.36 - 08 Dec 2022

- Update default CodeQL bundle version to 2.11.5. [#1412](https://github.com/github/codeql-action/pull/1412)
- Add a step that tries to upload a SARIF file for the workflow run when that workflow run fails. This will help better surface failed code scanning workflow runs. [#1393](https://github.com/github/codeql-action/pull/1393)
- Python automatic dependency installation will no longer consider dependecy code installed in venv as user-written, for projects using Poetry that specify `virtualenvs.in-project = true` in their `poetry.toml`. [#1419](https://github.com/github/codeql-action/pull/1419).
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
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "2.1.36",
"version": "2.1.37",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down

0 comments on commit 8960790

Please sign in to comment.