Skip to content

Commit 92fdfc9

Browse files
committed
PR checks: Only run Go macOS tests on latest CodeQL versions
1 parent 1a97b0f commit 92fdfc9

File tree

6 files changed

+12
-42
lines changed

6 files changed

+12
-42
lines changed

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

Lines changed: 0 additions & 14 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: 0 additions & 14 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: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/go-tracing-autobuilder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "Go: tracing with autobuilder step"
22
description: "Checks that Go tracing works when using an autobuilder step"
33
collection: go
44
operatingSystems: ["ubuntu", "macos"]
5+
osCodeQlVersions:
6+
macos:
7+
- linked
8+
- nightly-latest
59
env:
610
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
711
installGo: true

pr-checks/checks/go-tracing-custom-build-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "Go: tracing with custom build steps"
22
description: "Checks that Go tracing traces the build when using custom build steps"
33
collection: go
44
operatingSystems: ["ubuntu", "macos"]
5+
osCodeQlVersions:
6+
macos:
7+
- linked
8+
- nightly-latest
59
installGo: true
610
steps:
711
- uses: ./../action/init

pr-checks/checks/go-tracing-legacy-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: "Go: tracing with legacy workflow"
22
description: "Checks that we run the autobuilder in legacy workflows with neither an autobuild step nor manual build steps"
33
collection: go
44
operatingSystems: ["ubuntu", "macos"]
5+
osCodeQlVersions:
6+
macos:
7+
- linked
8+
- nightly-latest
59
env:
610
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
711
installGo: true

0 commit comments

Comments
 (0)