Skip to content

Commit b6c8b30

Browse files
author
github-actions[bot]
committed
Update version and changelog for v1.1.22
1 parent 5e6975f commit b6c8b30

File tree

3 files changed

+20
-21
lines changed

3 files changed

+20
-21
lines changed

CHANGELOG.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,85 @@
11
# CodeQL Action Changelog
22

3-
## 2.1.22 - 01 Sep 2022
3+
## 1.1.22 - 01 Sep 2022
44

55
- Downloading CodeQL packs has been moved to the `init` step. Previously, CodeQL packs were downloaded during the `analyze` step. [#1218](https://github.com/github/codeql-action/pull/1218)
66
- Update default CodeQL bundle version to 2.10.4. [#1224](https://github.com/github/codeql-action/pull/1224)
77
- The newly released [Poetry 1.2](https://python-poetry.org/blog/announcing-poetry-1.2.0) is not yet supported. In the most common case where the CodeQL Action is automatically installing Python dependencies, it will continue to install and use Poetry 1.1 on its own. However, in certain cases such as with self-hosted runners, you may need to ensure Poetry 1.1 is installed yourself.
88

9-
## 2.1.21 - 25 Aug 2022
9+
## 1.1.21 - 25 Aug 2022
1010

1111
- Improve error messages when the code scanning configuration file includes an invalid `queries` block or an invalid `query-filters` block. [#1208](https://github.com/github/codeql-action/pull/1208)
1212
- Fix a bug where Go build tracing could fail on Windows. [#1209](https://github.com/github/codeql-action/pull/1209)
1313

14-
## 2.1.20 - 22 Aug 2022
14+
## 1.1.20 - 22 Aug 2022
1515

1616
No user facing changes.
1717

18-
## 2.1.19 - 17 Aug 2022
18+
## 1.1.19 - 17 Aug 2022
1919

2020
- 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.com/github/codeql-action/pull/1098)
2121
- In debug mode, debug artifacts are now uploaded even if a step in the Actions workflow fails. [#1159](https://github.com/github/codeql-action/pull/1159)
2222
- Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178)
2323
- The combination of python2 and Pipenv is no longer supported. [#1181](https://github.com/github/codeql-action/pull/1181)
2424

25-
## 2.1.18 - 03 Aug 2022
25+
## 1.1.18 - 03 Aug 2022
2626

2727
- Update default CodeQL bundle version to 2.10.2. [#1156](https://github.com/github/codeql-action/pull/1156)
2828

29-
## 2.1.17 - 28 Jul 2022
29+
## 1.1.17 - 28 Jul 2022
3030

3131
- Update default CodeQL bundle version to 2.10.1. [#1143](https://github.com/github/codeql-action/pull/1143)
3232

33-
## 2.1.16 - 13 Jul 2022
33+
## 1.1.16 - 13 Jul 2022
3434

3535
- 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)
3636
- 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)
3737

38-
## 2.1.15 - 28 Jun 2022
38+
## 1.1.15 - 28 Jun 2022
3939

4040
- 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)
4141
- 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)
4242
- Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123)
4343

44-
## 2.1.14 - 22 Jun 2022
44+
## 1.1.14 - 22 Jun 2022
4545

4646
No user facing changes.
4747

48-
## 2.1.13 - 21 Jun 2022
48+
## 1.1.13 - 21 Jun 2022
4949

5050
- Update default CodeQL bundle version to 2.9.4. [#1100](https://github.com/github/codeql-action/pull/1100)
5151

52-
## 2.1.12 - 01 Jun 2022
52+
## 1.1.12 - 01 Jun 2022
5353

5454
- Update default CodeQL bundle version to 2.9.3. [#1084](https://github.com/github/codeql-action/pull/1084)
5555

56-
## 2.1.11 - 17 May 2022
56+
## 1.1.11 - 17 May 2022
5757

5858
- Update default CodeQL bundle version to 2.9.2. [#1074](https://github.com/github/codeql-action/pull/1074)
5959

60-
## 2.1.10 - 10 May 2022
60+
## 1.1.10 - 10 May 2022
6161

6262
- Update default CodeQL bundle version to 2.9.1. [#1056](https://github.com/github/codeql-action/pull/1056)
6363
- When `wait-for-processing` is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results.
6464

65-
## 2.1.9 - 27 Apr 2022
65+
## 1.1.9 - 27 Apr 2022
6666

6767
- Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024)
6868
- 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)
6969
- Update default CodeQL bundle version to 2.9.0.
7070
- 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)
7171

72-
## 2.1.8 - 08 Apr 2022
72+
## 1.1.8 - 08 Apr 2022
7373

7474
- Update default CodeQL bundle version to 2.8.5. [#1014](https://github.com/github/codeql-action/pull/1014)
7575
- 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)
7676

77-
## 2.1.7 - 05 Apr 2022
77+
## 1.1.7 - 05 Apr 2022
7878

7979
- 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)
8080

81-
## 2.1.6 - 30 Mar 2022
81+
## 1.1.6 - 30 Mar 2022
8282

83-
- [v2+ only] The CodeQL Action now runs on Node.js v16. [#1000](https://github.com/github/codeql-action/pull/1000)
8483
- Update default CodeQL bundle version to 2.8.4. [#990](https://github.com/github/codeql-action/pull/990)
8584
- 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)
8685

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeql",
3-
"version": "2.1.22",
3+
"version": "1.1.22",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

0 commit comments

Comments
 (0)