Marco Gario
|
8f3b48727f
|
Start-proxy: Fetch OS specific binary
|
2024-11-19 14:48:04 +00:00 |
Angela P Wen
|
f9ada54538
|
Telemetry: report OS release for GitHub-hosted Linux runners
|
2024-11-18 13:42:59 -08:00 |
Angela P Wen
|
b500b62cea
|
Throw configuration error when `tar` is not available
|
2024-11-18 11:21:11 -08:00 |
Michael B. Gale
|
a1695c562b
|
Merge pull request #2598 from github/mbg/fix/validateWorkflowResult
Log result of `validateWorkflow` if not `undefined`
|
2024-11-14 17:05:40 +00:00 |
Michael B. Gale
|
3ab67a2193
|
Merge pull request #2597 from github/mbg/caching/output-improvements
Dependency caching: small output improvements
|
2024-11-14 11:16:41 +00:00 |
Michael B. Gale
|
58f2dfcb47
|
Log result of `validateWorkflow` if not `undefined`
|
2024-11-14 11:14:40 +00:00 |
Fotis Koutoulakis (@NlightNFotis)
|
427ce4600e
|
doc: add issue link to todo reminders in tests
|
2024-11-12 18:29:53 +00:00 |
Fotis Koutoulakis (@NlightNFotis)
|
5445a29a97
|
tests: instead of false, use old feature flag with default value of false
|
2024-11-12 17:59:47 +00:00 |
Fotis Koutoulakis (@NlightNFotis)
|
e6dd4048e9
|
workaround: disable streaming when downloading codeql bundle
|
2024-11-12 16:39:21 +00:00 |
Michael B. Gale
|
7bc6222c12
|
Allow warnings in `tryGetFolderBytes` to be suppressed
To avoid confusing run annotations when dependency caching is enabled
|
2024-11-12 15:16:18 +00:00 |
Michael B. Gale
|
b0c0aadc56
|
Handle `ReserveCacheError` with a nicer message
|
2024-11-12 15:08:09 +00:00 |
Henry Mercer
|
ebbe050cf6
|
Do not pass undefined authorization header
|
2024-11-11 15:07:23 +00:00 |
Dave Bartolomeo
|
f43e2e0027
|
Merge pull request #2582 from github/dbartol/actions-extractor
Temporarily include the Actions extractor with the Action
|
2024-11-08 11:55:35 -05:00 |
Dave Bartolomeo
|
0f71e87464
|
Do not add `actions` extractor to search path for `resolve languages`
This could cause an error with older CLI versions because the extractor uses a new property in its `codeql-extractor.yml`.
|
2024-11-07 15:28:35 -05:00 |
Dave Bartolomeo
|
6a73972d77
|
Update search path in `resolve languages`
|
2024-11-07 15:03:22 -05:00 |
Dave Bartolomeo
|
1676468622
|
Add `actions` extractor to search path
|
2024-11-07 14:49:38 -05:00 |
Chuan-kai Lin
|
4e033f0e26
|
Merge branch 'main' into update-bundle/codeql-bundle-v2.19.3
|
2024-11-07 08:38:42 -08: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 |
github-actions[bot]
|
3fe305410e
|
Update default bundle to codeql-bundle-v2.19.3
|
2024-11-04 18:49:12 +00:00 |
Dave Bartolomeo
|
cbe1897960
|
Merge pull request #2572 from github/dbartol/actions-analysis
Add support for `actions` language
|
2024-11-01 14:16:04 -04:00 |
Dave Bartolomeo
|
ca91b63a7d
|
Add comment about registry kinds
|
2024-11-01 14:00:48 -04:00 |
Dave Bartolomeo
|
4e764dc701
|
Add unit test for YAML support in `CODEQL_ACTION_EXTRA_OPTIONS`
|
2024-11-01 11:38:19 -04:00 |
Henry Mercer
|
26077f3119
|
Remove fallback to gzip
Data shows it is unneeded
|
2024-11-01 15:29:16 +00:00 |
Henry Mercer
|
33f2dc57a4
|
Enable zstd bundles on GHES and remove feature flag
|
2024-11-01 15:24:51 +00:00 |
Dave Bartolomeo
|
2a3ca27b96
|
Merge remote-tracking branch 'origin/main' into dbartol/actions-analysis
|
2024-10-31 16:18:51 -04:00 |
Chuan-kai Lin
|
a28215865a
|
Merge branch 'main' into cklin/diff-range-filtering
|
2024-10-31 06:12:13 -07:00 |
Chuan-kai Lin
|
f7935cc485
|
Diff-informed PR analysis
|
2024-10-29 07:01:19 -07:00 |
Michael B. Gale
|
bab8f1df69
|
Document future cache size considerations
|
2024-10-29 12:10:34 +00:00 |
Michael B. Gale
|
ed74b24893
|
Remove part about deprecated values in docs for `getCachingKind`
|
2024-10-29 12:10:34 +00:00 |
Michael B. Gale
|
21e6a62b15
|
Use common `getTotalCacheSize` for TRAP caching
|
2024-10-29 12:10:33 +00:00 |
Michael B. Gale
|
0cb71294e5
|
Disable dependency caching by default on hosted runners for now
|
2024-10-29 12:10:18 +00:00 |
Michael B. Gale
|
79faaf1396
|
Add `CachingKind` enum to control whether to restore or store caches
|
2024-10-29 12:10:17 +00:00 |
Michael B. Gale
|
668531eca8
|
Support Paket
|
2024-10-29 12:08:53 +00:00 |
Michael B. Gale
|
7d69964c80
|
Fix import ordering
|
2024-10-29 12:08:52 +00:00 |
Michael B. Gale
|
c0b5869910
|
Add message when no cache was found for a language
|
2024-10-29 12:08:52 +00:00 |
Michael B. Gale
|
8f657e857d
|
Add environment variable for custom dependency cache prefix
|
2024-10-29 12:08:52 +00:00 |
Michael B. Gale
|
1338dbce25
|
Add env var alternative to `dependency-caching` input
|
2024-10-29 12:08:50 +00:00 |
Michael B. Gale
|
f3714aed1f
|
Skip uploading empty caches
|
2024-10-29 12:08:32 +00:00 |
Michael B. Gale
|
5b057af8ce
|
Store dependency caches in `analyze` Action
|
2024-10-29 12:08:30 +00:00 |
Michael B. Gale
|
471ed9f4c5
|
Move `isDefaultSetup` to `actions-util.ts` and change implementation
|
2024-10-29 12:08:08 +00:00 |
Michael B. Gale
|
259cc5a39c
|
Rename `makeGlobber` parameter
|
2024-10-29 12:07:42 +00:00 |
Michael B. Gale
|
f0bcca1598
|
Add documentation for `CacheConfig`
|
2024-10-29 12:07:42 +00:00 |
Michael B. Gale
|
5afaeede1c
|
Ensure that we have files to calculate the hash for the cache key from
|
2024-10-29 12:07:42 +00:00 |
Michael B. Gale
|
9d1353fe5f
|
Add caching configuration for Go
|
2024-10-29 12:07:41 +00:00 |
Michael B. Gale
|
5e11d57e17
|
Add caching configuration for C#
|
2024-10-29 12:07:41 +00:00 |
Michael B. Gale
|
f64038fc40
|
Store and restore dependency caches in `init` Action
|
2024-10-29 12:07:38 +00:00 |
Michael B. Gale
|
2b7af49a3d
|
Add bare-bones dependency caching functions
|
2024-10-29 12:06:48 +00:00 |
Michael B. Gale
|
51d90f48a6
|
Add caching utils
|
2024-10-29 12:06:48 +00:00 |
Michael B. Gale
|
1922a489a8
|
Add `dependencyCachingEnabled` to `Config`
|
2024-10-29 12:06:46 +00:00 |
Henry Mercer
|
1f4b0cb523
|
Add regression test
|
2024-10-28 20:07:52 +00:00 |