Skip to content
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

Merge main into releases/v2 #1212

Merged
merged 27 commits into from Aug 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 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
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/__go-custom-tracing-autobuild.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/__go-custom-tracing.yml

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

5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CodeQL Action Changelog

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

## 2.1.20 - 22 Aug 2022

No user facing changes.
Expand Down
12 changes: 8 additions & 4 deletions lib/actions-util.js

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

2 changes: 1 addition & 1 deletion lib/actions-util.js.map

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions lib/actions-util.test.js

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

2 changes: 1 addition & 1 deletion lib/actions-util.test.js.map

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions lib/analyze-action.js

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