Skip to content

Merge releases/v2 into releases/v1 #1314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 41 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e5c3375
Refactor handling of feature flags
aeisenberg Oct 5, 2022
b16314e
Address comments from review
aeisenberg Oct 6, 2022
6de05e4
Rename `FeatureFlag` -> `Feature`
aeisenberg Oct 6, 2022
5915e70
Address comments from review
aeisenberg Oct 6, 2022
b27aed7
Extract GitHubFeatureFlags to a separate class
aeisenberg Oct 6, 2022
3d39294
Mergeback v2.1.27 refs/heads/releases/v2 into main (#1289)
github-actions[bot] Oct 7, 2022
1a17c59
More renaming
aeisenberg Oct 7, 2022
c6c7d29
Clarify merging with merge commit (#1291)
angelapwen Oct 7, 2022
919e4ca
Merge remote-tracking branch 'upstream/main' into aeisenberg/ff-refac…
aeisenberg Oct 7, 2022
6c869f8
Fix typos
aeisenberg Oct 7, 2022
6e1dab2
Fix `withTimeout` helper function
edoardopirovano Oct 11, 2022
362f9a2
Update bundle for 2.11.1
alexet Oct 11, 2022
adb2896
Further update to reflect a conversation with @henrymercer
edoardopirovano Oct 11, 2022
c27c6c7
Merge pull request #1294 from github/alexet/release-codeql-2.11.1-v2
alexet Oct 11, 2022
701cea3
More renaming
aeisenberg Oct 11, 2022
43c3ed9
More feature flag renaming
henrymercer Oct 11, 2022
44edb7c
Merge pull request #1293 from github/edoardo/fix-with-timeout
edoardopirovano Oct 11, 2022
082bdf0
Improve documentation comment
edoardopirovano Oct 11, 2022
cc00a9d
Update supported GitHub Enterprise Server versions.
web-flow Oct 12, 2022
099de40
Merge pull request #1297 from github/update-supported-enterprise-serv…
edoardopirovano Oct 12, 2022
e862e8f
Merge pull request #1296 from github/edoardo/improve-docs
edoardopirovano Oct 12, 2022
34d48f8
Merge remote-tracking branch 'upstream/main' into aeisenberg/ff-refac…
aeisenberg Oct 12, 2022
160e3fe
Merge pull request #1284 from github/aeisenberg/ff-refactoring
aeisenberg Oct 12, 2022
2fafb29
TRAP Caching: Disable on self-hosted runners
edoardopirovano Oct 13, 2022
0c7f674
Merge pull request #1298 from github/edoardo/caching-hosted
edoardopirovano Oct 13, 2022
2c4b2a1
Bump @octokit/types from 7.1.1 to 8.0.0
dependabot[bot] Oct 13, 2022
17ae47e
Update checked-in dependencies
invalid-email-address Oct 13, 2022
e2481f7
Merge pull request #1299 from github/dependabot/npm_and_yarn/octokit/…
aeisenberg Oct 13, 2022
eba983f
Removes deprecated set-output usage
aeisenberg Oct 13, 2022
2ee8edc
Update changelog
aeisenberg Oct 13, 2022
b0f8861
Update CHANGELOG.md
aeisenberg Oct 13, 2022
297ec80
Merge pull request #1301 from github/aeisenberg/remove-set-output
aeisenberg Oct 14, 2022
b709139
Merge branch 'releases/v2' into henrymercer/v2-mergeback
henrymercer Oct 17, 2022
96c8872
Merge pull request #1310 from github/henrymercer/v2-mergeback
henrymercer Oct 18, 2022
aecd032
Update changelog for v2.1.28
invalid-email-address Oct 18, 2022
cc7986c
Merge pull request #1311 from github/update-v2.1.28-96c8872f
edoardopirovano Oct 18, 2022
80d1f26
Revert "Update version and changelog for v1.1.27"
invalid-email-address Oct 18, 2022
b31ec01
Revert "Update checked-in dependencies"
invalid-email-address Oct 18, 2022
4a7a948
Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.28…
invalid-email-address Oct 18, 2022
6e9376a
Update version and changelog for v1.1.28
invalid-email-address Oct 18, 2022
872f837
Update checked-in dependencies
invalid-email-address Oct 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Update version and changelog for v1.1.27"
This reverts commit a0e10fe.
  • Loading branch information
github-actions[bot] committed Oct 18, 2022
commit 80d1f26cfaccca50ed46dc6f9b2c0f58abc061ac
45 changes: 23 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,107 +1,108 @@
# CodeQL Action Changelog

## 1.1.27 - 06 Oct 2022
## 2.1.27 - 06 Oct 2022

- 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.

## 1.1.26 - 29 Sep 2022
## 2.1.26 - 29 Sep 2022

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

## 1.1.25 - 21 Sep 2022
## 2.1.25 - 21 Sep 2022

- 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.
- Add support for Python automatic dependency installation with Poetry 1.2 [#1258](https://github.com/github/codeql-action/pull/1258).

## 1.1.24 - 16 Sep 2022
## 2.1.24 - 16 Sep 2022

No user facing changes.

## 1.1.23 - 14 Sep 2022
## 2.1.23 - 14 Sep 2022

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

## 1.1.22 - 01 Sep 2022
## 2.1.22 - 01 Sep 2022

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

## 1.1.21 - 25 Aug 2022
## 2.1.21 - 25 Aug 2022

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

## 1.1.20 - 22 Aug 2022
## 2.1.20 - 22 Aug 2022

No user facing changes.

## 1.1.19 - 17 Aug 2022
## 2.1.19 - 17 Aug 2022

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

## 1.1.18 - 03 Aug 2022
## 2.1.18 - 03 Aug 2022

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

## 1.1.17 - 28 Jul 2022
## 2.1.17 - 28 Jul 2022

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

## 1.1.16 - 13 Jul 2022
## 2.1.16 - 13 Jul 2022

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

## 1.1.15 - 28 Jun 2022
## 2.1.15 - 28 Jun 2022

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

## 1.1.14 - 22 Jun 2022
## 2.1.14 - 22 Jun 2022

No user facing changes.

## 1.1.13 - 21 Jun 2022
## 2.1.13 - 21 Jun 2022

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

## 1.1.12 - 01 Jun 2022
## 2.1.12 - 01 Jun 2022

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

## 1.1.11 - 17 May 2022
## 2.1.11 - 17 May 2022

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

## 1.1.10 - 10 May 2022
## 2.1.10 - 10 May 2022

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

## 1.1.9 - 27 Apr 2022
## 2.1.9 - 27 Apr 2022

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

## 1.1.8 - 08 Apr 2022
## 2.1.8 - 08 Apr 2022

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

## 1.1.7 - 05 Apr 2022
## 2.1.7 - 05 Apr 2022

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

## 1.1.6 - 30 Mar 2022
## 2.1.6 - 30 Mar 2022

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "1.1.27",
"version": "2.1.27",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy