Skip to content

Commit 309fd2a

Browse files
authored
Merge pull request #3565 from github/henrymercer/go-macos-checks
PR checks: Only run Go macOS tests on latest CodeQL versions
2 parents 1a97b0f + 117bf91 commit 309fd2a

File tree

58 files changed

+225
-127
lines changed

Some content is hidden

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

58 files changed

+225
-127
lines changed

.github/workflows/__bundle-toolcache.yml

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

.github/workflows/__bundle-zstd.yml

Lines changed: 2 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: 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.

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

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

.github/workflows/__resolve-environment-action.yml

Lines changed: 2 additions & 2 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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: "All-platform bundle"
22
description: "Tests using an all-platform CodeQL Bundle"
3-
operatingSystems: ["ubuntu", "macos", "windows"]
4-
versions: ["nightly-latest"]
3+
operatingSystems:
4+
- ubuntu
5+
- macos
6+
- windows
7+
versions:
8+
- nightly-latest
59
useAllPlatformBundle: "true"
610
installGo: true
711
installDotNet: true

pr-checks/checks/analysis-kinds.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
name: "Analysis kinds"
22
description: "Tests basic functionality for different `analysis-kinds` inputs."
3-
versions: ["linked", "nightly-latest"]
4-
analysisKinds: ["code-scanning", "code-quality", "code-scanning,code-quality", "risk-assessment"]
3+
versions:
4+
- linked
5+
- nightly-latest
6+
analysisKinds:
7+
- code-scanning
8+
- code-quality
9+
- code-scanning,code-quality
10+
- risk-assessment
511
env:
612
CODEQL_ACTION_RISK_ASSESSMENT_ID: 1
713
CHECK_SCRIPT: |

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

Lines changed: 2 additions & 1 deletion
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"
3-
versions: ["default"]
3+
versions:
4+
- default
45
installGo: true
56
installDotNet: true
67
steps:

0 commit comments

Comments
 (0)