Skip to content

Commit

Permalink
Deprecate Go extraction reconciliation feature flag and `CODEQL_EXTRA…
Browse files Browse the repository at this point in the history
…CTOR_GO_BUILD_TRACING` for custom builds (#1322)

Co-authored-by: Henry Mercer <henry.mercer@me.com>
  • Loading branch information
angelapwen and henrymercer committed Nov 14, 2022
1 parent 0eacdb5 commit 5883c13
Show file tree
Hide file tree
Showing 52 changed files with 178 additions and 610 deletions.
92 changes: 0 additions & 92 deletions .github/workflows/__go-custom-tracing.yml

This file was deleted.

86 changes: 0 additions & 86 deletions .github/workflows/__go-reconciled-tracing-legacy-workflow.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .github/workflows/debug-artifacts-failure.yml
Expand Up @@ -35,6 +35,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: latest
- uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}
Expand Down Expand Up @@ -87,4 +90,5 @@ jobs:
popd
done
env:
GO111MODULE: auto
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
4 changes: 4 additions & 0 deletions .github/workflows/debug-artifacts.yml
Expand Up @@ -55,6 +55,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}
Expand Down Expand Up @@ -113,4 +116,5 @@ jobs:
done
done
env:
GO111MODULE: auto
INTERNAL_CODEQL_ACTION_DEBUG_LOC: true
3 changes: 3 additions & 0 deletions .github/workflows/unset-environment-new-cli.yml
Expand Up @@ -40,6 +40,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
db-location: ${{ runner.temp }}/customDbLocation
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unset-environment-old-cli.yml
Expand Up @@ -39,6 +39,9 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
languages: csharp,cpp,go,javascript,python
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

## [UNRELEASED]

No user facing changes.
- Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322)

## 2.1.32 - 14 Nov 2022

Expand Down

0 comments on commit 5883c13

Please sign in to comment.