Update legacy workflow PR check

We now trace in init when using reconciled tracing, so we no longer need
to set the `CODEQL_EXTRACTOR_GO_BUILD_TRACING` environment variable.
This commit is contained in:
Henry Mercer 2022-09-01 15:43:17 +01:00
parent e460fa2e94
commit e303e2c65b
2 changed files with 0 additions and 4 deletions

View file

@ -82,7 +82,5 @@ jobs:
env:
# Enable reconciled Go tracing beta functionality
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true'
# Remove this once we start injecting the Go tracer in the init step.
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false'
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true

View file

@ -4,8 +4,6 @@ os: ["ubuntu-latest", "macos-latest"]
env:
# Enable reconciled Go tracing beta functionality
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true"
# Remove this once we start injecting the Go tracer in the init step.
CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on"
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
steps:
- uses: actions/setup-go@v3