Henry Mercer
40a203a0ea
Remove redundant version checks
...
Remove version checks that always return true given the new minimum version of CodeQL.
2025-01-15 18:02:25 +00:00
Andrew Eisenberg
beed6ff2e9
Change codeql version used in test
2024-12-16 18:08:38 -08:00
Andrew Eisenberg
5f0a4d3e67
Bump the minimum supported version of CodeQL to 2.15.5
2024-12-16 15:39:28 -08:00
Michael B. Gale
38fd34c412
Fail start-proxy PR check if outputs are not set
2024-12-13 17:05:58 +00:00
Michael B. Gale
0de662d785
Print proxy step outputs
2024-12-13 16:55:46 +00:00
Michael B. Gale
5a8fab3748
Fix typo'd input name
2024-12-13 16:53:17 +00:00
Michael B. Gale
706ef5896a
Add basic PR check for testing start-proxy
2024-12-13 16:45:33 +00:00
Fotis Koutoulakis (@NlightNFotis)
51e71f81a0
docs: add documentation for the reason why we need to have a setup step for the container
2024-12-09 18:59:37 +00:00
Fotis Koutoulakis (@NlightNFotis)
c901aeec28
ci: remove dns for container running proxy steps (experimental)
2024-12-09 18:39:53 +00:00
Fotis Koutoulakis (@NlightNFotis)
9c48c8bf18
ci: add capability to handle container initialisation steps to sync.py
2024-12-05 15:32:36 +00:00
Fotis Koutoulakis (@NlightNFotis)
78be2f1333
ci: add configuration tto run proxy with zstd package to test streaming with proxy
2024-12-04 19:29:23 +00:00
Henry Mercer
d57328a17b
Run PR check on Windows too
2024-12-03 18:05:53 +00:00
Henry Mercer
f8ccf38bb2
PR check: Check toolcache empty at start
2024-12-03 18:05:53 +00:00
Henry Mercer
8c0517fff8
PR check: Ensure bundle added to toolcache
2024-12-03 18:05:53 +00:00
Henry Mercer
028cece17f
Add PR check
2024-12-02 18:23:50 +00:00
Josh Soref
1c83cd1292
Upgrade actions/upload-artifact to v4
2024-11-12 20:50:14 -05:00
Henry Mercer
faa963470d
Merge branch 'main' into aeisenberg/macos-13-runners
2024-11-08 17:56:50 +00:00
Henry Mercer
abbbbf5f6d
Fix export file baseline test
...
Only set up Swift on macOS, since we only support Swift analysis on macOS.
2024-11-08 17:36:34 +00:00
Andrew Eisenberg
1489c9c992
Exclude Swift on macos for version 2.14.6
2024-11-07 16:06:21 -08:00
Josh Soref
3b7b85fbe8
Conditionally clear runner cache
...
This allows runners that don't have the cache to run these workflows.
2024-11-06 06:44:03 -05:00
Josh Soref
756aa649df
spelling: macos
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-11-06 06:43:41 -05:00
Henry Mercer
26077f3119
Remove fallback to gzip
...
Data shows it is unneeded
2024-11-01 15:29:16 +00:00
Henry Mercer
619f0d628b
Update CodeQL versions tested in generated checks
2024-10-15 19:43:56 +01:00
Henry Mercer
79e826e0a2
Add PR check for streaming
2024-10-10 19:48:20 +01:00
Henry Mercer
5b6984ee4d
Assert that Windows downloads gzip
2024-10-10 19:40:37 +01:00
Henry Mercer
eefb943f7e
Don't use Zstandard bundles on Windows
...
In testing, gzip performs better than Zstandard on Windows.
2024-10-10 19:24:32 +01:00
Henry Mercer
6b2f7e7c28
Run PR checks using JS only
2024-09-24 17:54:33 +01:00
Henry Mercer
af8e2bc4a1
Use Node script to remove CodeQL cross-platform
2024-09-24 17:43:32 +01:00
Henry Mercer
67b30f7c39
Tweak description
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2024-09-24 17:22:11 +01:00
Henry Mercer
fa91789e81
Run zstd checks against all operating systems
2024-09-24 17:21:26 +01:00
Henry Mercer
0abc1ec90b
Capture reason if zstd fails unexpectedly
2024-09-23 22:53:13 +01:00
Henry Mercer
662c71aa9e
Check telemetry in PR check to ensure .tar.zst downloaded
2024-09-23 22:39:47 +01:00
Henry Mercer
b1ca017eae
Add PR check for zstd bundle
2024-09-23 22:39:47 +01:00
Henry Mercer
b78ab6c660
s/latest/linked/
2024-09-23 16:07:27 +01:00
Henry Mercer
a7b66734cc
Run some tests against only latest and nightly-latest CLIs
...
These features have stabilized so it isn't that helpful to test them against the full range of CLIs. So let's speed up the PR checks and save some Actions minutes.
2024-09-23 16:02:38 +01:00
Michael B. Gale
d8b1697e9a
Merge pull request #2455 from github/mbg/go/1.23
...
Go: Bump Go version to 1.23 in tests
2024-09-06 10:47:28 +01:00
Henry Mercer
90cf3d26a7
Add PR check for job run UUID
2024-09-05 15:02:02 +02:00
Henry Mercer
6240306694
Download zstd nightly bundles in PR checks
2024-08-29 17:45:09 +01:00
Michael B. Gale
f3f8576a9d
Go: Bump Go version to 1.23
2024-08-29 13:56:47 +01:00
Henry Mercer
44ecae4896
Fix matrixing of "submit SARIF after failure" check
2024-08-08 18:09:12 +01:00
Henry Mercer
a1404425d9
Remove 2.12.6 from tests
2024-08-05 19:28:35 +01:00
Angela P Wen
9c646c24a4
Add warning and update PR checks for Swift on Linux ( #2399 )
...
* PR checks: Only run Swift build command on MacOS
* PR checks: update to only test Swift on MacOS
* Log warning if workflow is running Swift on Ubuntu
---------
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2024-08-02 16:27:45 +02:00
Henry Mercer
42c6f6c925
Remove redundant PR check
...
This is no longer necessary now that this feature is enabled by default.
2024-07-31 10:56:00 +01:00
Angela P Wen
495201e69c
PR check generator: add excludeOsAndVersionCombination
2024-06-24 13:33:24 +02:00
Henry Mercer
208abc5a9a
Merge branch 'main' into henrymercer/swift-autobuild-check-with-build-mode
2024-06-18 10:10:31 +01:00
Andrew Eisenberg
35619fbef6
Merge pull request #1939 from github/aeisenberg/enable-kotlin-tests
...
Re-enable kotlin tests
2024-06-17 13:48:06 -07:00
Henry Mercer
6f86b5da5d
Bump timeout
2024-06-17 13:02:17 +01:00
Henry Mercer
eb17dc2c6f
Add build mode to Swift autobuild check
2024-06-17 12:50:33 +01:00
Henry Mercer
c884bf6268
Merge branch 'main' into henrymercer/reenable-swift-autobuild-checks
2024-06-17 11:30:15 +01:00
Andrew Eisenberg
3f41e06a52
Merge remote-tracking branch 'upstream/main' into aeisenberg/enable-kotlin-tests
2024-06-14 13:20:03 -07:00