Skip to content

Commit 69423c9

Browse files
author
github-actions[bot]
committed
Revert "Update version and changelog for v1.1.30"
This reverts commit 8428fd9.
1 parent 1da1705 commit 69423c9

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

CHANGELOG.md

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,120 +1,121 @@
11
# CodeQL Action Changelog
22

3-
## 1.1.30 - 02 Nov 2022
3+
## 2.1.30 - 02 Nov 2022
44

55
- Improve the error message when using CodeQL bundle version 2.7.2 and earlier in a workflow that runs on a runner image such as `ubuntu-22.04` that uses glibc version 2.34 and later. [#1334](https://github.com/github/codeql-action/pull/1334)
66

7-
## 1.1.29 - 26 Oct 2022
7+
## 2.1.29 - 26 Oct 2022
88

99
- Update default CodeQL bundle version to 2.11.2. [#1320](https://github.com/github/codeql-action/pull/1320)
1010

11-
## 1.1.28 - 18 Oct 2022
11+
## 2.1.28 - 18 Oct 2022
1212

1313
- Update default CodeQL bundle version to 2.11.1. [#1294](https://github.com/github/codeql-action/pull/1294)
1414
- Replace uses of GitHub Actions command `set-output` because it is now deprecated. See more information in the [GitHub Changelog](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). [#1301](https://github.com/github/codeql-action/pull/1301)
1515

16-
## 1.1.27 - 06 Oct 2022
16+
## 2.1.27 - 06 Oct 2022
1717

1818
- We are rolling out a feature of the CodeQL Action in October 2022 that changes the way that Go code is analyzed to be more consistent with other compiled languages like C/C++, C#, and Java. You do not need to alter your code scanning workflows. If you encounter any problems, please [file an issue](https://github.com/github/codeql-action/issues) or open a private ticket with GitHub Support and request an escalation to engineering.
1919

20-
## 1.1.26 - 29 Sep 2022
20+
## 2.1.26 - 29 Sep 2022
2121

2222
- Update default CodeQL bundle version to 2.11.0. [#1267](https://github.com/github/codeql-action/pull/1267)
2323

24-
## 1.1.25 - 21 Sep 2022
24+
## 2.1.25 - 21 Sep 2022
2525

2626
- We will soon be rolling out a feature of the CodeQL Action that stores some information used to make future runs faster in the GitHub Actions cache. Initially, this will only be enabled on JavaScript repositories, but we plan to add more languages to this soon. The new feature can be disabled by passing the `trap-caching: false` option to your workflow's `init` step, for example if you are already using the GitHub Actions cache for a different purpose and are near the storage limit for it.
2727
- Add support for Python automatic dependency installation with Poetry 1.2 [#1258](https://github.com/github/codeql-action/pull/1258).
2828

29-
## 1.1.24 - 16 Sep 2022
29+
## 2.1.24 - 16 Sep 2022
3030

3131
No user facing changes.
3232

33-
## 1.1.23 - 14 Sep 2022
33+
## 2.1.23 - 14 Sep 2022
3434

3535
- Allow CodeQL packs to be downloaded from GitHub Enterprise Server instances, using the new `registries` input for the `init` action. [#1221](https://github.com/github/codeql-action/pull/1221)
3636
- Update default CodeQL bundle version to 2.10.5. [#1240](https://github.com/github/codeql-action/pull/1240)
3737

38-
## 1.1.22 - 01 Sep 2022
38+
## 2.1.22 - 01 Sep 2022
3939

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

44-
## 1.1.21 - 25 Aug 2022
44+
## 2.1.21 - 25 Aug 2022
4545

4646
- 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)
4747
- Fix a bug where Go build tracing could fail on Windows. [#1209](https://github.com/github/codeql-action/pull/1209)
4848

49-
## 1.1.20 - 22 Aug 2022
49+
## 2.1.20 - 22 Aug 2022
5050

5151
No user facing changes.
5252

53-
## 1.1.19 - 17 Aug 2022
53+
## 2.1.19 - 17 Aug 2022
5454

5555
- 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)
5656
- 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)
5757
- Update default CodeQL bundle version to 2.10.3. [#1178](https://github.com/github/codeql-action/pull/1178)
5858
- The combination of python2 and Pipenv is no longer supported. [#1181](https://github.com/github/codeql-action/pull/1181)
5959

60-
## 1.1.18 - 03 Aug 2022
60+
## 2.1.18 - 03 Aug 2022
6161

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

64-
## 1.1.17 - 28 Jul 2022
64+
## 2.1.17 - 28 Jul 2022
6565

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

68-
## 1.1.16 - 13 Jul 2022
68+
## 2.1.16 - 13 Jul 2022
6969

7070
- 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)
7171
- 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)
7272

73-
## 1.1.15 - 28 Jun 2022
73+
## 2.1.15 - 28 Jun 2022
7474

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

79-
## 1.1.14 - 22 Jun 2022
79+
## 2.1.14 - 22 Jun 2022
8080

8181
No user facing changes.
8282

83-
## 1.1.13 - 21 Jun 2022
83+
## 2.1.13 - 21 Jun 2022
8484

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

87-
## 1.1.12 - 01 Jun 2022
87+
## 2.1.12 - 01 Jun 2022
8888

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

91-
## 1.1.11 - 17 May 2022
91+
## 2.1.11 - 17 May 2022
9292

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

95-
## 1.1.10 - 10 May 2022
95+
## 2.1.10 - 10 May 2022
9696

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

100-
## 1.1.9 - 27 Apr 2022
100+
## 2.1.9 - 27 Apr 2022
101101

102102
- Add `working-directory` input to the `autobuild` action. [#1024](https://github.com/github/codeql-action/pull/1024)
103103
- 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)
104104
- Update default CodeQL bundle version to 2.9.0.
105105
- 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)
106106

107-
## 1.1.8 - 08 Apr 2022
107+
## 2.1.8 - 08 Apr 2022
108108

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

112-
## 1.1.7 - 05 Apr 2022
112+
## 2.1.7 - 05 Apr 2022
113113

114114
- 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)
115115

116-
## 1.1.6 - 30 Mar 2022
116+
## 2.1.6 - 30 Mar 2022
117117

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

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

0 commit comments

Comments
 (0)