Skip to content

Commit 8f71d47

Browse files
committed
Add installGo input for adding setup-go step in sync.py
1 parent 429b71e commit 8f71d47

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+140
-66
lines changed

.github/workflows/__all-platform-bundle.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__analyze-ref-input.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__build-mode-manual.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__export-file-baseline-information.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-custom-queries.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-indirect-tracing-workaround.yml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-codescanning-config-inputs-js.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-inputs-js.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-config-js.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__packaging-inputs-js.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__remote-config.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__split-workflow.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__swift-custom-build.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__test-local-codeql.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__unset-environment.yml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__upload-ref-sha-input.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__with-checkout-path.yml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/all-platform-bundle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ description: "Tests using an all-platform CodeQL Bundle"
33
versions: ["nightly-latest"]
44
operatingSystems: ["ubuntu"]
55
useAllPlatformBundle: "true"
6+
installGo: "true"
67
steps:
78
- id: init
89
uses: ./../action/init
910
with:
1011
# Swift is not supported on Ubuntu so we manually exclude it from the list here
11-
languages: cpp,csharp,go,java,javascript,python,ruby
12+
languages: cpp,csharp,go,java,javascript,python,ruby
1213
tools: ${{ steps.prepare-test.outputs.tools-url }}
1314
- name: Build code
1415
shell: bash

pr-checks/checks/analyze-ref-input.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Analyze: 'ref' and 'sha' from inputs"
22
description: "Checks that specifying 'ref' and 'sha' as inputs works"
33
versions: ["default"]
4+
installGo: "true"
45
steps:
56
- uses: ./../action/init
67
with:

pr-checks/checks/build-mode-manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Build mode manual"
22
description: "An end-to-end integration test of a Java repository built using 'build-mode: manual'"
33
operatingSystems: ["ubuntu"]
44
versions: ["nightly-latest"]
5+
installGo: "true"
56
steps:
67
- uses: ./../action/init
78
id: init

pr-checks/checks/export-file-baseline-information.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Export file baseline information"
22
description: "Tests that file baseline information is exported when the feature is enabled"
33
versions: ["nightly-latest"]
4+
installGo: "true"
45
env:
56
CODEQL_ACTION_SUBLANGUAGE_FILE_COVERAGE: true
67
steps:

pr-checks/checks/go-custom-queries.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ operatingSystems:
55
versions:
66
- linked
77
- nightly-latest
8+
installGo: "true"
89
env:
910
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
1011
steps:
11-
- uses: actions/setup-go@v5
12-
with:
13-
go-version: ">=1.21.0"
1412
- uses: ./../action/init
1513
with:
1614
languages: go

pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ description: "Checks that we emit a diagnostic if Go is changed after the init s
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing
66
versions: ["default"]
7+
installGo: "true"
78
steps:
8-
- uses: actions/setup-go@v5
9-
with:
10-
# We need a Go version that ships with statically linked binaries on Linux
11-
go-version: ">=1.21.0"
129
- uses: ./../action/init
1310
with:
1411
languages: go

pr-checks/checks/go-indirect-tracing-workaround-no-file-program.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ description: "Checks that we emit a diagnostic if the `file` program is not inst
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing
66
versions: ["default"]
7+
installGo: "true"
78
steps:
8-
- uses: actions/setup-go@v5
9-
with:
10-
# We need a Go version that ships with statically linked binaries on Linux
11-
go-version: ">=1.21.0"
129
- name: Remove `file` program
1310
run: |
1411
echo $(which file)

pr-checks/checks/go-indirect-tracing-workaround.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@ description: "Checks that our workaround for indirect tracing for Go 1.21+ on Li
44
operatingSystems: ["ubuntu"]
55
# pinned to a version which does not support statically linked binaries for indirect tracing
66
versions: ["default"]
7+
installGo: "true"
78
steps:
8-
- uses: actions/setup-go@v5
9-
with:
10-
# We need a Go version that ships with statically linked binaries on Linux
11-
go-version: ">=1.21.0"
129
- uses: ./../action/init
1310
with:
1411
languages: go

0 commit comments

Comments
 (0)