| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 5 | No user facing changes. | |
| 6 | 6 | ||
| 7 | + ## 1.1.3 - 23 Feb 2022 | ||
| 8 | + | ||
| 9 | + - Fix bug where the CLR traces can continue tracing even after tracing should be stopped. [#938](https://github.com/github/codeql-action/pull/938) | ||
| 10 | + | ||
| 7 | 11 | ## 1.1.2 - 17 Feb 2022 | |
| 8 | 12 | ||
| 9 | 13 | - Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. [#937](https://github.com/github/codeql-action/pull/937) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "codeql", | |
| 3 | - "version": "1.1.3", | ||
| 3 | + "version": "1.1.4", | ||
| 4 | 4 | "private": true, | |
| 5 | 5 | "description": "CodeQL action", | |
| 6 | 6 | "scripts": { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "codeql-runner", | |
| 3 | - "version": "1.0.36", | ||
| 3 | + "version": "1.1.4", | ||
| 4 | 4 | "private": true, | |
| 5 | 5 | "description": "CodeQL runner", | |
| 6 | 6 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments