diff --git a/.github/workflows/__go-custom-tracing-autobuild.yml b/.github/workflows/__go-custom-tracing-autobuild.yml index 4ab1218cec..a8a8b1b225 100644 --- a/.github/workflows/__go-custom-tracing-autobuild.yml +++ b/.github/workflows/__go-custom-tracing-autobuild.yml @@ -81,6 +81,5 @@ jobs: exit 1 fi env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: on DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/.github/workflows/__go-reconciled-tracing-autobuilder.yml b/.github/workflows/__go-reconciled-tracing-autobuilder.yml index 4d4a6427ee..bb312d4b21 100644 --- a/.github/workflows/__go-reconciled-tracing-autobuilder.yml +++ b/.github/workflows/__go-reconciled-tracing-autobuilder.yml @@ -86,6 +86,5 @@ jobs: exit 1 fi env: - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true' DOTNET_GENERATE_ASPNET_CERTIFICATE: 'false' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml b/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml index c86b7e9e40..776f8ee34a 100644 --- a/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-reconciled-tracing-custom-build-steps.yml @@ -107,6 +107,4 @@ jobs: exit 1 fi env: - # Enable reconciled Go tracing beta functionality - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: 'true' INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/pr-checks/checks/go-custom-tracing-autobuild.yml b/pr-checks/checks/go-custom-tracing-autobuild.yml index b5947298ad..a92942ac5c 100644 --- a/pr-checks/checks/go-custom-tracing-autobuild.yml +++ b/pr-checks/checks/go-custom-tracing-autobuild.yml @@ -2,7 +2,6 @@ name: "Go: Autobuild custom tracing" description: "Checks that Go tracing works in conjunction with the autobuilder" os: ["ubuntu-latest", "macos-latest"] env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3 diff --git a/pr-checks/checks/go-reconciled-tracing-autobuilder.yml b/pr-checks/checks/go-reconciled-tracing-autobuilder.yml index cb7ed01eea..41e764318e 100644 --- a/pr-checks/checks/go-reconciled-tracing-autobuilder.yml +++ b/pr-checks/checks/go-reconciled-tracing-autobuilder.yml @@ -2,7 +2,6 @@ name: "Go: Reconciled tracing with autobuilder" description: "Checks that Go reconciled tracing works when using an autobuilder step" os: ["ubuntu-latest", "macos-latest"] env: - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true" DOTNET_GENERATE_ASPNET_CERTIFICATE: "false" steps: - uses: actions/setup-go@v3 diff --git a/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml b/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml index 3b088b12f6..12121e01c0 100644 --- a/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml +++ b/pr-checks/checks/go-reconciled-tracing-custom-build-steps.yml @@ -1,8 +1,5 @@ name: "Go: Reconciled tracing with custom build steps" description: "Checks that reconciled Go tracing traces the build when using custom build steps" -env: - # Enable reconciled Go tracing beta functionality - CODEQL_ACTION_RECONCILE_GO_EXTRACTION: "true" steps: - uses: actions/setup-go@v3 with: