|
1 | 1 | # CodeQL Action Changelog |
2 | 2 |
|
3 | | -## 2.1.15 - 28 Jun 2022 |
| 3 | +## 1.1.15 - 28 Jun 2022 |
4 | 4 |
|
5 | 5 | - 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) |
6 | 6 | - 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) |
7 | 7 | - Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123) |
8 | 8 |
|
9 | | -## 2.1.14 - 22 Jun 2022 |
| 9 | +## 1.1.14 - 22 Jun 2022 |
10 | 10 |
|
11 | 11 | No user facing changes. |
12 | 12 |
|
13 | | -## 2.1.13 - 21 Jun 2022 |
| 13 | +## 1.1.13 - 21 Jun 2022 |
14 | 14 |
|
15 | 15 | - Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100) |
16 | 16 |
|
17 | | -## 2.1.12 - 01 Jun 2022 |
| 17 | +## 1.1.12 - 01 Jun 2022 |
18 | 18 |
|
19 | 19 | - Update default CodeQL bundle version to 2.9.3. [#1084](https://github.com/github/codeql-action/pull/1084) |
20 | 20 |
|
21 | | -## 2.1.11 - 17 May 2022 |
| 21 | +## 1.1.11 - 17 May 2022 |
22 | 22 |
|
23 | 23 | - Update default CodeQL bundle version to 2.9.2. [#1074](https://github.com/github/codeql-action/pull/1074) |
24 | 24 |
|
25 | | -## 2.1.10 - 10 May 2022 |
| 25 | +## 1.1.10 - 10 May 2022 |
26 | 26 |
|
27 | 27 | - Update default CodeQL bundle version to 2.9.1. [#1056](https://github.com/github/codeql-action/pull/1056) |
28 | 28 | - When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results. |
29 | 29 |
|
30 | | -## 2.1.9 - 27 Apr 2022 |
| 30 | +## 1.1.9 - 27 Apr 2022 |
31 | 31 |
|
32 | 32 | - Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024) |
33 | 33 | - 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) |
34 | 34 | - Update default CodeQL bundle version to 2.9.0. |
35 | 35 | - 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) |
36 | 36 |
|
37 | | -## 2.1.8 - 08 Apr 2022 |
| 37 | +## 1.1.8 - 08 Apr 2022 |
38 | 38 |
|
39 | 39 | - Update default CodeQL bundle version to 2.8.5. [#1014](https://github.com/github/codeql-action/pull/1014) |
40 | 40 | - 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) |
41 | 41 |
|
42 | | -## 2.1.7 - 05 Apr 2022 |
| 42 | +## 1.1.7 - 05 Apr 2022 |
43 | 43 |
|
44 | 44 | - 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) |
45 | 45 |
|
46 | | -## 2.1.6 - 30 Mar 2022 |
| 46 | +## 1.1.6 - 30 Mar 2022 |
47 | 47 |
|
48 | | -- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000) |
49 | 48 | - Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990) |
50 | 49 | - 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) |
51 | 50 |
|
|
0 commit comments