diff --git a/.github/workflows/__go-custom-tracing-autobuild.yml b/.github/workflows/__go-custom-tracing-autobuild.yml index a2c6208df5..a2ede1b920 100644 --- a/.github/workflows/__go-custom-tracing-autobuild.yml +++ b/.github/workflows/__go-custom-tracing-autobuild.yml @@ -81,5 +81,5 @@ jobs: exit 1 fi env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: 'true' + CODEQL_EXTRACTOR_GO_BUILD_TRACING: on INTERNAL_CODEQL_ACTION_DEBUG_LOC: true diff --git a/.github/workflows/__go-custom-tracing.yml b/.github/workflows/__go-custom-tracing.yml index 88e571e674..74ed3fb888 100644 --- a/.github/workflows/__go-custom-tracing.yml +++ b/.github/workflows/__go-custom-tracing.yml @@ -92,5 +92,5 @@ jobs: env: TEST_MODE: true env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: 'true' + CODEQL_EXTRACTOR_GO_BUILD_TRACING: on 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 4a298e0eed..3414313ac0 100644 --- a/pr-checks/checks/go-custom-tracing-autobuild.yml +++ b/pr-checks/checks/go-custom-tracing-autobuild.yml @@ -2,7 +2,7 @@ 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: "true" + CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on" steps: - uses: actions/setup-go@v3 with: diff --git a/pr-checks/checks/go-custom-tracing.yml b/pr-checks/checks/go-custom-tracing.yml index 3bce0e2821..e80594dda3 100644 --- a/pr-checks/checks/go-custom-tracing.yml +++ b/pr-checks/checks/go-custom-tracing.yml @@ -1,7 +1,7 @@ name: "Go: Custom tracing" description: "Checks that Go tracing works" env: - CODEQL_EXTRACTOR_GO_BUILD_TRACING: "true" + CODEQL_EXTRACTOR_GO_BUILD_TRACING: "on" steps: - uses: actions/setup-go@v3 with: