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:
parent
e460fa2e94
commit
e303e2c65b
2 changed files with 0 additions and 4 deletions
2
.github/workflows/__go-reconciled-tracing-legacy-workflow.yml
generated
vendored
2
.github/workflows/__go-reconciled-tracing-legacy-workflow.yml
generated
vendored
|
|
@ -82,7 +82,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# Enable reconciled Go tracing beta functionality
|
# Enable reconciled Go tracing beta functionality
|
||||||
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true'
|
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'
|
DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false'
|
||||||
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,6 @@ os: ["ubuntu-latest", "macos-latest"]
|
||||||
env:
|
env:
|
||||||
# Enable reconciled Go tracing beta functionality
|
# Enable reconciled Go tracing beta functionality
|
||||||
CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true"
|
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"
|
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue