|
1 | 1 | # CodeQL Action Changelog |
2 | 2 |
|
3 | | -## 2.1.16 - 13 Jul 2022 |
| 3 | +## 1.1.16 - 13 Jul 2022 |
4 | 4 |
|
5 | 5 | - You can now quickly debug a job that uses the CodeQL Action by re-running the job from the GitHub UI and selecting the "Enable debug logging" option. [#1132](https://github.com/github/codeql-action/pull/1132) |
6 | 6 | - You can now see diagnostic messages produced by the analysis in the logs of the `analyze` Action by enabling debug mode. To enable debug mode, pass `debug: true` to the `init` Action, or [enable step debug logging](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging). This feature is available for CodeQL CLI version 2.10.0 and later. [#1133](https://github.com/github/codeql-action/pull/1133) |
7 | 7 |
|
8 | | -## 2.1.15 - 28 Jun 2022 |
| 8 | +## 1.1.15 - 28 Jun 2022 |
9 | 9 |
|
10 | 10 | - CodeQL query packs listed in the `packs` configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. [#1116](https://github.com/github/codeql-action/pull/1116) |
11 | 11 | - The combination of python2 and poetry is no longer supported. See https://github.com/actions/setup-python/issues/374 for more details. [#1124](https://github.com/github/codeql-action/pull/1124) |
12 | 12 | - Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123) |
13 | 13 |
|
14 | | -## 2.1.14 - 22 Jun 2022 |
| 14 | +## 1.1.14 - 22 Jun 2022 |
15 | 15 |
|
16 | 16 | No user facing changes. |
17 | 17 |
|
18 | | -## 2.1.13 - 21 Jun 2022 |
| 18 | +## 1.1.13 - 21 Jun 2022 |
19 | 19 |
|
20 | 20 | - Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100) |
21 | 21 |
|
22 | | -## 2.1.12 - 01 Jun 2022 |
| 22 | +## 1.1.12 - 01 Jun 2022 |
23 | 23 |
|
24 | 24 | - Update default CodeQL bundle version to 2.9.3. [#1084](https://github.com/github/codeql-action/pull/1084) |
25 | 25 |
|
26 | | -## 2.1.11 - 17 May 2022 |
| 26 | +## 1.1.11 - 17 May 2022 |
27 | 27 |
|
28 | 28 | - Update default CodeQL bundle version to 2.9.2. [#1074](https://github.com/github/codeql-action/pull/1074) |
29 | 29 |
|
30 | | -## 2.1.10 - 10 May 2022 |
| 30 | +## 1.1.10 - 10 May 2022 |
31 | 31 |
|
32 | 32 | - Update default CodeQL bundle version to 2.9.1. [#1056](https://github.com/github/codeql-action/pull/1056) |
33 | 33 | - When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results. |
34 | 34 |
|
35 | | -## 2.1.9 - 27 Apr 2022 |
| 35 | +## 1.1.9 - 27 Apr 2022 |
36 | 36 |
|
37 | 37 | - Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024) |
38 | 38 | - The `analyze` and `upload-sarif` actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the `wait-for-processing` action input to `"false"`. [#1007](https://github.com/github/codeql-action/pull/1007) |
39 | 39 | - Update default CodeQL bundle version to 2.9.0. |
40 | 40 | - Fix a bug where [status reporting fails on Windows](https://github.com/github/codeql-action/issues/1041). [#1042](https://github.com/github/codeql-action/pull/1042) |
41 | 41 |
|
42 | | -## 2.1.8 - 08 Apr 2022 |
| 42 | +## 1.1.8 - 08 Apr 2022 |
43 | 43 |
|
44 | 44 | - Update default CodeQL bundle version to 2.8.5. [#1014](https://github.com/github/codeql-action/pull/1014) |
45 | 45 | - Fix error where the init action would fail due to a GitHub API request that was taking too long to complete [#1025](https://github.com/github/codeql-action/pull/1025) |
46 | 46 |
|
47 | | -## 2.1.7 - 05 Apr 2022 |
| 47 | +## 1.1.7 - 05 Apr 2022 |
48 | 48 |
|
49 | 49 | - A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. [#1018](https://github.com/github/codeql-action/pull/1018) |
50 | 50 |
|
51 | | -## 2.1.6 - 30 Mar 2022 |
| 51 | +## 1.1.6 - 30 Mar 2022 |
52 | 52 |
|
53 | | -- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000) |
54 | 53 | - Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990) |
55 | 54 | - Fix a bug where an invalid `commit_oid` was being sent to code scanning when a custom checkout path was being used. [#956](https://github.com/github/codeql-action/pull/956) |
56 | 55 |
|
|
0 commit comments