-
Notifications
You must be signed in to change notification settings - Fork 329
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 releases/v2 into releases/v1 #1131
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Previously, we were being too strict about checking that a pack's language was being scanned. It was a failure if a pack language was specified for a language not being scanned.
Mergeback v2.1.14 refs/heads/releases/v2 into main
Note that this changes the lock file format from 1 to 2, so there are many changes here.
Fix dependabot warnings in runner
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
Disable python2 + poetry
Allow scans with packs for languages not being scanned
…scanned languages. In theory, a scanned language will not setup the build tracer, and so shouldn't care about lua versus legacy tracing. However, `go` is a special case where the autobuilder runs under the build tracer, that then gets disabled immediately again, unless a special environment variable is used. Therefore, we need to thread through the feature flag to this `database trace-command` invocation. For other scanned languages, this should be a no-op, as no tracing is ever set up.
Update default CodeQL version to 2.10.0
Honor the Lua tracer FF for `database trace-command` invocations for scanned languages.
Simplify tests for the Lua tracer FF in analyze-action.
Merge main into releases/v2
This reverts commit f4fb1cf.
This reverts commit 98b2df4.
github-actions
bot
added
the
Update dependencies
Trigger PR workflow to update dependencies
label
Jun 28, 2022
github-actions
bot
removed
the
Update dependencies
Trigger PR workflow to update dependencies
label
Jun 28, 2022
cklin
approved these changes
Jun 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging 3f62b75 into releases/v1
Conductor for this PR is @cklin
Contains the following pull requests:
database trace-command
invocations for scanned languages. #1120 - Honor the Lua tracer FF fordatabase trace-command
invocations for scanned languages. (@criemen)Please review the following: