Chuan-kai Lin
ec836d6b8a
build: refresh js files
2025-07-07 08:15:20 -07:00
Michael B. Gale
87c547189e
Read and parse quality-queries input
2025-06-16 13:17:55 +01:00
Paolo Tranquilli
3d4b4d2241
Fix typo
2025-06-12 14:24:24 +02:00
Paolo Tranquilli
de1f97ca1d
Prepare action for public rust support
2025-06-12 12:59:58 +02:00
Henry Mercer
c7f3c79ac0
Remove guards for fully enabled tool features
2025-05-30 17:52:01 +01:00
Henry Mercer
0be24c0c9a
Remove redundant code based on CLI version number
2025-05-30 17:11:02 +01:00
Austin Pray
3dce55ac70
rebuild
2025-05-14 15:41:39 +00:00
Chuan-kai Lin
0afd488dc1
build: refresh js files
2025-03-27 08:50:55 -07:00
Chuan-kai Lin
0efe12d12c
build: refresh js files
2025-03-10 13:31:46 -07:00
Paolo Tranquilli
9572e09da4
Rust: fix log string
2025-02-20 17:38:35 +01:00
Paolo Tranquilli
1a529366ac
Rust: special case default setup
2025-02-20 17:38:02 +01:00
Paolo Tranquilli
cfedae723e
Rust: throw configuration errors if requested and not correctly enabled
2025-02-20 11:49:32 +01:00
Paolo Tranquilli
a7b17782a9
Support rust analysis
...
This is supposed to enable rust analysis for the staff ship only.
2025-02-19 15:56:52 +01:00
Ian Lynagh
0c2193725f
Run "npm run build"
2025-01-29 13:08:49 +00:00
Henry Mercer
b58f4471c8
Use @actions/io to locate binaries
2024-12-19 14:21:06 +00:00
github-actions[bot]
44e03577b2
Rebuild
2024-12-03 18:39:38 +00:00
Michael B. Gale
58f2dfcb47
Log result of validateWorkflow if not undefined
2024-11-14 11:14:40 +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
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
33f2dc57a4
Enable zstd bundles on GHES and remove feature flag
2024-11-01 15:24:51 +00:00
Michael B. Gale
21e6a62b15
Use common getTotalCacheSize for TRAP caching
2024-10-29 12:10:33 +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
1338dbce25
Add env var alternative to dependency-caching input
2024-10-29 12:08:50 +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
f64038fc40
Store and restore dependency caches in init Action
2024-10-29 12:07:38 +00:00
Michael B. Gale
1922a489a8
Add dependencyCachingEnabled to Config
2024-10-29 12:06:46 +00:00
Calum Grant
f88a648aad
Fix linter errors
2024-10-25 10:10:50 +01:00
Calum Grant
802a7ed0bc
C++: Refactor CODEQL_EXTRACTOR_CPP_BUILD_MODE_NONE
2024-10-25 09:51:57 +01:00
Calum Grant
0d2a78f583
C++: Handle codeql_action_cpp_build_mode_none feature flag
2024-10-24 16:53:46 +01:00
Fotis Koutoulakis (@NlightNFotis)
9bc4ee10c7
review-comments: add more descriptive comments to various persist/restoreState callsites.
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
Co-authored-by: Fotis Koutoulakis <nlightnfotis@github.com >
2024-10-21 15:43:09 +01:00
Fotis Koutoulakis (@NlightNFotis)
bd02c19352
feat: patch start-proxy-action, analyze-action and init-action as well
2024-10-21 14:52:32 +01:00
Henry Mercer
5d314b71b0
Don't override env var if it is already set
2024-10-17 12:05:48 +01:00
Henry Mercer
d591d172c8
Fix name of Python stdlib extraction feature flag
2024-10-17 11:25:52 +01:00
Henry Mercer
fc983c82c2
Remove unneeded version guards
2024-10-15 19:38:49 +01:00
Henry Mercer
5f519a326a
Merge branch 'main' into henrymercer/zstd-stream
2024-10-14 13:18:51 +01:00
Henry Mercer
ddead5420c
Stream the download and extraction of zstd bundles
...
Behind a feature flag
2024-10-10 19:48:20 +01:00
Rasmus Lerchedahl Petersen
201e02efe2
rebuild the action
2024-10-09 22:24:40 +02:00
Henry Mercer
a7a6a6951e
Determine zstd availability earlier on to simplify log
2024-09-23 22:39:47 +01:00
Henry Mercer
ac3fca3e9f
Use zstd bundle by default when feature flag enabled
2024-09-23 22:39:46 +01:00
Henry Mercer
dd7307d603
Refactoring: Simplify retrieving error message
2024-09-16 22:38:35 +02:00
Henry Mercer
335044a8db
Add detected tar version to telemetry
2024-08-29 17:45:08 +01:00
Dave Bartolomeo
5033d8503b
Merge remote-tracking branch 'origin/main' into dbartol/config-file-telemetry
2024-08-23 16:59:59 -04:00
Dave Bartolomeo
e885d9d725
Send config file path to telemetry status report
2024-08-23 16:57:53 -04:00
Angela P Wen
7e27807413
Only run check SIP enablement once in init step ( #2441 )
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-08-23 09:17:22 -07:00
Angela P Wen
202b3b97bf
Stop checking disk usage for MacOS ARM with SIP disabled ( #2434 )
...
* Stop checking disk usage for MacOS ARM with SIP disabled
On MacOS ARM machines where SIP is disabled, after the build tracer is initialized in the `init` Action, we receive warnings when we run send status reports due to the `df` binary. This change will make it so that we no longer run `df` for those machines.
2024-08-20 16:04:03 -07:00
Henry Mercer
41833c77c6
Log job run UUID
2024-08-13 11:50:31 +01:00
Henry Mercer
50357f5d12
Add telemetry for time spent extracting CodeQL bundle
2024-08-08 17:46:21 +01:00
Remco Vermeulen
7c2bec0cc3
Merge remote-tracking branch 'upstream/main' into rvermeulen/extend-init-complete-status-report
2024-08-06 09:11:17 -07:00
Henry Mercer
48c11ed2ba
Remove supporting code for CodeQL 2.13.0 through 2.13.4
2024-08-05 19:28:35 +01:00
Remco Vermeulen
0f24d46599
Merge branch 'main' into rvermeulen/extend-init-complete-status-report
...
Signed-off-by: Remco Vermeulen <rvermeulen@github.com >
2024-08-02 15:12:59 -07:00