Skip to content

Merge releases/v2 into releases/v1 #1214

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 35 commits into from
Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
fba13b0
More readable error message for invalid `queries` block
aeisenberg Aug 15, 2022
d7319f2
Update changelog and version after v2.1.20
invalid-email-address Aug 22, 2022
e590686
Update checked-in dependencies
invalid-email-address Aug 22, 2022
c72f566
Explicitly import `performance` for Node 12 compatibility
henrymercer Aug 19, 2022
bae5150
Remove `@types/long`
henrymercer Aug 22, 2022
ec88835
Merge pull request #1201 from github/henrymercer/mergeback-v1-fixes
edoardopirovano Aug 22, 2022
c2c0a29
Merge pull request #1200 from github/mergeback/v2.1.20-to-main-7fee4ca0
henrymercer Aug 22, 2022
1e5376a
TRAP Caching: Unset missing cache rather than setting to `undefined`
edoardopirovano Aug 23, 2022
3e49948
Merge pull request #1207 from github/edoardo/fix-warning
edoardopirovano Aug 23, 2022
5861352
Better error messages for invalid queries and query filters blocks
aeisenberg Aug 23, 2022
ac92a02
Merge remote-tracking branch 'upstream/main' into aeisenberg/better-e…
aeisenberg Aug 23, 2022
9af066e
Update changelog
aeisenberg Aug 23, 2022
e379edd
Update CHANGELOG.md
aeisenberg Aug 23, 2022
1cd5043
Merge pull request #1208 from github/aeisenberg/better-error-message
aeisenberg Aug 23, 2022
d5ad81b
Fix Go custom tracing tests
henrymercer Aug 23, 2022
c18ed56
Warn about invalid value for `CODEQL_EXTRACTOR_GO_BUILD_TRACING`
henrymercer Aug 23, 2022
ab6508a
Disable Lua tracing for Go on Windows
henrymercer Aug 23, 2022
569f78c
Add changelog note
henrymercer Aug 23, 2022
3069613
Prevent hangs in Go autobuild tests due to .NET keychain prompts
henrymercer Aug 24, 2022
e195431
Override `CODEQL_EXTRACTOR_GO_BUILD_TRACING` with `on` when it's `true`
henrymercer Aug 24, 2022
182342c
Remove unguarded Actions library query
henrymercer Aug 24, 2022
e7d4da3
Merge pull request #1209 from github/henrymercer/fix-go-tracing-tests
henrymercer Aug 24, 2022
8b45ef3
Telemetry: Record DB creation time
edoardopirovano Aug 24, 2022
92c650b
Merge pull request #1210 from github/edoardo/record-db-creation-time
edoardopirovano Aug 24, 2022
5960bff
When running on a schedule, make a better guess about whether we're a…
chrisgavin Aug 25, 2022
21bf308
Merge pull request #1211 from github/get-default-branch-correctly-sch…
chrisgavin Aug 25, 2022
00ef1ee
Update changelog for v2.1.21
invalid-email-address Aug 25, 2022
c7f292e
Merge pull request #1212 from github/update-v2.1.21-21bf3087
edoardopirovano Aug 25, 2022
d9311e1
Revert "Update checked-in dependencies"
henrymercer Aug 25, 2022
328499d
Revert "Update version and changelog for v1.1.20"
henrymercer Aug 25, 2022
bd951de
Set version number to 2.1.20
henrymercer Aug 25, 2022
b0d070a
Revert "Explicitly import `performance` for Node 12 compatibility"
henrymercer Aug 25, 2022
271f8f5
Merge branch 'releases/v2' into update-v1.1.20-c7f292ea4
henrymercer Aug 25, 2022
d605b83
Update version and changelog for v1.1.21
henrymercer Aug 25, 2022
66a519c
Update checked-in dependencies
invalid-email-address Aug 25, 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
Update version and changelog for v1.1.21
  • Loading branch information
henrymercer committed Aug 25, 2022
commit d605b83c931e152644cb4e4a811dc1924771643c
33 changes: 16 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,80 +1,79 @@
# CodeQL Action Changelog

## 2.1.21 - 25 Aug 2022
## 1.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)

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

No user facing changes.

## 2.1.19 - 17 Aug 2022
## 1.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)

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

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

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

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

## 2.1.16 - 13 Jul 2022
## 1.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)

## 2.1.15 - 28 Jun 2022
## 1.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)

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

No user facing changes.

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

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

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

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

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

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

## 2.1.10 - 10 May 2022
## 1.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.

## 2.1.9 - 27 Apr 2022
## 1.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)

## 2.1.8 - 08 Apr 2022
## 1.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)

## 2.1.7 - 05 Apr 2022
## 1.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)

## 2.1.6 - 30 Mar 2022
## 1.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": "2.1.21",
"version": "1.1.21",
"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