-
Notifications
You must be signed in to change notification settings - Fork 322
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 #1153
Commits on Jul 13, 2022
-
Update changelog and version after v2.1.16
github-actions[bot] committedJul 13, 2022 Configuration menu - View commit details
-
Copy full SHA for c8971b8 - Browse repository at this point
Copy the full SHA c8971b8View commit details -
Update checked-in dependencies
github-actions[bot] committedJul 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 8d24c9e - Browse repository at this point
Copy the full SHA 8d24c9eView commit details -
Merge pull request #1141 from github/mergeback/v2.1.16-to-main-3e7e3b32
Mergeback v2.1.16 refs/heads/releases/v2 into main
Configuration menu - View commit details
-
Copy full SHA for d8c9c72 - Browse repository at this point
Copy the full SHA d8c9c72View commit details
Commits on Jul 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1111129 - Browse repository at this point
Copy the full SHA 1111129View commit details -
Changelog: Pick the correct PR after opening
Co-authored-by: Henry Mercer <henrymercer@github.com>
Configuration menu - View commit details
-
Copy full SHA for 28ccb03 - Browse repository at this point
Copy the full SHA 28ccb03View commit details
Commits on Jul 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 01fa64c - Browse repository at this point
Copy the full SHA 01fa64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75afbf4 - Browse repository at this point
Copy the full SHA 75afbf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c059f95 - Browse repository at this point
Copy the full SHA c059f95View commit details -
Merge pull request #1145 from github/criemen/fix-ff-crash
Don't crash if we are unable to get a response from the feature-flag endpoint.
Configuration menu - View commit details
-
Copy full SHA for ba95eeb - Browse repository at this point
Copy the full SHA ba95eebView commit details
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aa23193 - Browse repository at this point
Copy the full SHA aa23193View commit details -
Merge pull request #1143 from github/alexet/codeql-2.10.1-update
Update bundle to 2.10.1
Configuration menu - View commit details
-
Copy full SHA for b8bd06e - Browse repository at this point
Copy the full SHA b8bd06eView commit details
Commits on Jul 20, 2022
-
Bump terser from 5.7.1 to 5.14.2 in /runner
Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 6fa0b7c - Browse repository at this point
Copy the full SHA 6fa0b7cView commit details -
Merge pull request #1146 from github/dependabot/npm_and_yarn/runner/t…
…erser-5.14.2 Bump terser from 5.7.1 to 5.14.2 in /runner
Configuration menu - View commit details
-
Copy full SHA for 8171514 - Browse repository at this point
Copy the full SHA 8171514View commit details
Commits on Jul 21, 2022
-
autobuild-action: Run autobuilders with $CODEQL_RUNNER set.
Without this, the tracer will not be injected on MacOS, as we need the runner to circumvent SIP. Also add a test that tests the autobuild-action to exercise this code path.
Configuration menu - View commit details
-
Copy full SHA for a326649 - Browse repository at this point
Copy the full SHA a326649View commit details -
Configuration menu - View commit details
-
Copy full SHA for ceec52c - Browse repository at this point
Copy the full SHA ceec52cView commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2d2dfa3 - Browse repository at this point
Copy the full SHA 2d2dfa3View commit details -
Actions: Fix failing Runner autobuild test on macOS
Add the missing `$CODEQL_RUNNER` prefix to the autobuild command line. This intermediate process works around System Integrity Protection, allowing the tracer to start the C# extractor for the dotnet builds within the autobuild process. The test used to pass without this because the legacy CLR tracer bypassed SIP while dotnet 5 was used on the Actions virtual environment. Now that the virtual environment uses dotnet 6, the CLR tracer no longer works, and we need to explicitly work around SIP. This test will eventually be replaced by an internal integration test for the equivalent functionality in the CLI. For now, this change makes the test continue to pass.
Configuration menu - View commit details
-
Copy full SHA for dc1c51d - Browse repository at this point
Copy the full SHA dc1c51dView commit details -
Actions: Disable the CLR tracer in C# autobuild test
Ensure that this succeeds even if the legacy CLR tracer is not enabled. The combination of the regular tracer and the SIP workaround within Actions should be sufficient for this to pass.
Configuration menu - View commit details
-
Copy full SHA for 58faf9d - Browse repository at this point
Copy the full SHA 58faf9dView commit details -
Autobuild: Remove CODEQL_RUNNER workaround
We do not need to prefix `$CODEQL_RUNNER` here on macOS to bypass SIP, because we assume that the `init` step exported `DYLD_INSERT_LIBRARIES` into the environment, which activates the Actions workaround for SIP. See actions/runner#416.
Configuration menu - View commit details
-
Copy full SHA for b4ff463 - Browse repository at this point
Copy the full SHA b4ff463View commit details -
Runner tests: Read CODEQL_RUNNER from the stored JSON
This test workflow does not source the environment from the init step, so we need to manually read in the variable.
Configuration menu - View commit details
-
Copy full SHA for a2f4d66 - Browse repository at this point
Copy the full SHA a2f4d66View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for caa2a0d - Browse repository at this point
Copy the full SHA caa2a0dView commit details -
Merge pull request #1149 from github/criemen/runner-autobuilders
autobuild: Update tests for C# on macOS
Configuration menu - View commit details
-
Copy full SHA for bbc2e70 - Browse repository at this point
Copy the full SHA bbc2e70View commit details
Commits on Jul 28, 2022
-
github-actions[bot] committed
Jul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 0dd6a6f - Browse repository at this point
Copy the full SHA 0dd6a6fView commit details