Skip to content

Commit d8ed0a3

Browse files
author
github-actions[bot]
committed
Update version and changelog for v1.1.17
1 parent 9b044bf commit d8ed0a3

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

CHANGELOG.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,59 @@
11
# CodeQL Action Changelog
22

3-
## 2.1.17 - 28 Jul 2022
3+
## 1.1.17 - 28 Jul 2022
44

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

7-
## 2.1.16 - 13 Jul 2022
7+
## 1.1.16 - 13 Jul 2022
88

99
- 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)
1010
- 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)
1111

12-
## 2.1.15 - 28 Jun 2022
12+
## 1.1.15 - 28 Jun 2022
1313

1414
- 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)
1515
- 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)
1616
- Update default CodeQL bundle version to 2.10.0. [#1123](https://github.com/github/codeql-action/pull/1123)
1717

18-
## 2.1.14 - 22 Jun 2022
18+
## 1.1.14 - 22 Jun 2022
1919

2020
No user facing changes.
2121

22-
## 2.1.13 - 21 Jun 2022
22+
## 1.1.13 - 21 Jun 2022
2323

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

26-
## 2.1.12 - 01 Jun 2022
26+
## 1.1.12 - 01 Jun 2022
2727

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

30-
## 2.1.11 - 17 May 2022
30+
## 1.1.11 - 17 May 2022
3131

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

34-
## 2.1.10 - 10 May 2022
34+
## 1.1.10 - 10 May 2022
3535

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

39-
## 2.1.9 - 27 Apr 2022
39+
## 1.1.9 - 27 Apr 2022
4040

4141
- Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024)
4242
- 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)
4343
- Update default CodeQL bundle version to 2.9.0.
4444
- 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)
4545

46-
## 2.1.8 - 08 Apr 2022
46+
## 1.1.8 - 08 Apr 2022
4747

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

51-
## 2.1.7 - 05 Apr 2022
51+
## 1.1.7 - 05 Apr 2022
5252

5353
- 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)
5454

55-
## 2.1.6 - 30 Mar 2022
55+
## 1.1.6 - 30 Mar 2022
5656

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

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.17",
3+
"version": "1.1.17",
44
"private": true,
55
"description": "CodeQL action",
66
"scripts": {

0 commit comments

Comments
 (0)