codeql-action/.github/workflows
Aditya Sharad dc1c51db28
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.
2022-07-25 14:06:23 -07:00
..
script Update failure message 2022-07-12 17:52:15 +01:00
update-supported-enterprise-server-versions Only increase the newest supported release, never reduce it. 2020-11-03 13:58:07 +00:00
__analyze-ref-input.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__autobuild-action.yml Address review. 2022-07-21 17:03:57 +00:00
__debug-artifacts.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__extractor-ram-threads.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__go-custom-queries.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__go-custom-tracing-autobuild.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__go-custom-tracing.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__javascript-source-root.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__ml-powered-queries.yml Log the expected outcome of the tests for clarity 2022-04-28 19:21:56 +01:00
__multi-language-autodetect.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__packaging-config-inputs-js.yml Fix syntax error in workflow 2022-04-29 17:33:21 -07:00
__packaging-config-js.yml Fix syntax error in workflow 2022-04-29 17:33:21 -07:00
__packaging-inputs-js.yml Fix syntax error in workflow 2022-04-29 17:33:21 -07:00
__remote-config.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__rubocop-multi-language.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__split-workflow.yml Fix syntax error in workflow 2022-04-29 17:33:21 -07:00
__test-autobuild-working-dir.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__test-local-codeql.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__test-proxy.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__test-ruby.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__unset-environment.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__upload-ref-sha-input.yml Update references to release branches 2022-04-14 17:48:46 +01:00
__with-checkout-path.yml Update references to release branches 2022-04-14 17:48:46 +01:00
check-expected-release-files.yml Update actions/checkout from v2 to v3 2022-03-30 19:46:09 +01:00
check-for-conflicts.yml Update branch names for check-for-conflicts.yml job 2022-06-22 16:07:46 -07:00
codeql.yml Update references to release branches 2022-04-14 17:48:46 +01:00
expected-queries-runs.yml Revert "Add capability to filter queries #1098" 2022-06-21 13:49:33 -07:00
post-release-mergeback.yml Update references to release branches 2022-04-14 17:48:46 +01:00
pr-checks.yml Actions: Fix failing Runner autobuild test on macOS 2022-07-25 14:06:23 -07:00
python-deps.yml Update CHANGELOG.md 2022-06-24 10:21:24 -07:00
update-dependencies.yml Update actions/checkout from v2 to v3 2022-03-30 19:46:09 +01:00
update-release-branch.yml Update references to release branches 2022-04-14 17:48:46 +01:00
update-supported-enterprise-server-versions.yml Update other Actions from v2 to v3 2022-03-30 19:46:09 +01:00