-
Notifications
You must be signed in to change notification settings - Fork 323
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 v2 #1004
Merged
Merged
Merge main into v2 #1004
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
This commit also adds a new integration check to verify this. When running in test mode, payloads will not be uploaded. Instead, they will be saved to disk so that they can be inspected later.
With a 30 minute timeout, we were getting some cancelled runs. This should fix it.
Mergeback v1.1.5 refs/heads/v1 into main
Include CodeQL CLI and action versions in status reports
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated Signed-off-by: Tobias Speicher <[email protected]>
refactor: replace deprecated String.prototype.substr()
…r-versions Update supported GitHub Enterprise Server versions.
Update README now build tracing is compatible with Windows 2022
Status reporting: fix codeql_version field name
Bump timeout to 45 minutes
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Start running ATM queries again
Fix python_setup/install_tool.sh when `python2` not present
Run Actions on Node 16
…de-12-build Add PR check to validate compatibility with Node 12
…riting Update changelog rewriting step to match v2+ only changelog notes
Bump default CodeQL version to 2.8.4
Fix typos in release workflow
edoardopirovano
approved these changes
Mar 30, 2022
henrymercer
approved these changes
Mar 30, 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 bfe9e81 into v2
Conductor for this PR is @edoardopirovano
Contains the following pull requests:
checkout_path
for getting the commit oid #956 - Use thecheckout_path
for getting the commit oid (@aeisenberg)python2
not present #997 - Fix python_setup/install_tool.sh whenpython2
not present (@edoardopirovano)Please review the following: