-
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 main into releases/v2 #1476
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
Mergeback v2.1.37 refs/heads/releases/v2 into main
Co-authored-by: Aditya Sharad <[email protected]>
…ests Remove tests with old certifi dependency
This doesn’t affect the overall behaviour, but means we can short-circuit slightly more quickly when `analyze` is passed `upload: false`.
We now report errors via telemetry, and this feature will shortly be enabled by default.
Test results directly via return value of `testFailedSarifUpload` vs via checking log messages.
Ensure we are regularly running code scanning using the latest CodeQL and remain up to date with the internal security scorecard, even if we have a period longer than a week with no pushes to the repo.
…ng-schedule Code scanning: Add scheduled trigger to workflow
…-improvements Improve reporting failed runs via SARIF
Refactor CodeQL setup
This commit does a few related things: 1. Bumps the minimum version for cli config parsing to 2.10.6 2. Ensures that if cli config parsing is enabled, then remove repos are _not_ downloaded by the action. It happens in the CLI. 3. Passes the `--external-repository-token-stdin` option to the CLI and passes the appropriate token via stdin if cli config parsing is enabled.
…tream Use a stream when uploading database contents
Kotlin analysis is incompatible with Kotlin 1.8.0, which is now rolling out to the Actions runner images. While we work on a more permanent fix to our PR checks, this will prevent us losing other test coverage.
…kotlin-in-pr-checks Temporarily disable Kotlin analysis in PR checks
Update bundle to 2.12.0
…igParsing Send the external repository token to the CLI
Refactor CodeQL setup tests and fix GHAE test
Comment on lines
+50
to
+61
{ | ||
owner: repositoryNwo.owner, | ||
repo: repositoryNwo.repo, | ||
language, | ||
name: `${language}-database`, | ||
data: bundledDbReadStream, | ||
headers: { | ||
authorization: `token ${apiDetails.auth}`, | ||
"Content-Type": "application/zip", | ||
"Content-Length": bundledDbSize, | ||
}, | ||
} |
Check warning
Code scanning / CodeQL
File data in outbound network request
Outbound network request depends on [file data](1).
henrymercer
approved these changes
Jan 12, 2023
@dbartol I'll go ahead and release this now to unblock some other changes. |
8 tasks
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 70fdddf into releases/v2
Conductor for this PR is @dbartol.
Contains the following pull requests:
defaults
file #1463 (@angelapwen)Please do the following:
Create a merge commit
is selected rather thanSquash and merge
orRebase and merge
.