github-actions[bot]
c5995f544d
Rebuild
2026-08-04 14:19:52 +00:00
github-actions[bot]
7d82f1132f
Rebuild
2026-08-04 13:34:54 +00:00
Michael B. Gale
065cdc0394
Change DEFAULT_CONFIG_FILE_NAME
2026-08-03 15:02:48 +01:00
Michael B. Gale
f99dd5aeee
Merge pull request #4066 from github/dependabot/npm_and_yarn/js-yaml-5.2.2
...
Bump js-yaml from 5.2.1 to 5.2.2
2026-08-03 13:26:42 +00:00
github-actions[bot]
3020a2f462
Rebuild
2026-08-03 11:03:06 +00:00
github-actions[bot]
266c7bdbd2
Rebuild
2026-08-01 14:26:29 +00:00
Michael B. Gale
1cd4d01d58
Merge pull request #4061 from github/henrymercer/turbo-system
...
Handle network errors when streaming the CodeQL bundle download
2026-07-31 16:04:48 +00:00
Michael B. Gale
d2bfc30bc3
Merge pull request #4050 from github/mbg/status/registries
...
Include `registry_types` in more status reports
2026-07-31 15:32:50 +00:00
sim
2d3b351ea6
Handle network errors when streaming the CodeQL bundle download
...
A network error such as `ECONNRESET` while streaming the download and
extraction of the CodeQL bundle terminated the `init` Action rather than
falling back to downloading the bundle before extracting it, since no
`error` listener was attached to the request returned by `https.get`.
Also pipe the response into `tar` using `stream.pipeline` so that errors
on the response itself are surfaced and `tar`'s standard input is closed,
and abort the request if it stalls.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com >
2026-07-30 18:47:27 +01:00
Óscar San José
d0ee43ac62
Merge pull request #4057 from github/mergeback/v4.37.4-to-main-f205ea1c
...
Mergeback v4.37.4 refs/heads/releases/v4 into main
2026-07-30 09:37:10 +00:00
github-actions[bot]
06f1d4ffed
Rebuild
2026-07-30 09:21:35 +00:00
Michael B. Gale
780c00da3f
Merge remote-tracking branch 'origin/main' into mbg/status/registries
2026-07-29 16:52:25 +01:00
Michael B. Gale
f02afd42b0
Merge pull request #4049 from github/mbg/start-proxy/job-uuid
...
Generate job UUID in `start-proxy` action
2026-07-29 15:29:24 +00:00
Michael B. Gale
8e6fdffc32
Use runInActions for start-proxy
2026-07-29 14:44:24 +01:00
Michael B. Gale
ba46ff760e
Add transformTelemetryError option to Action
2026-07-29 14:39:30 +01:00
Michael B. Gale
b411bbcd4a
Move getJobUUID call into runInActions for init and setup-codeql
2026-07-29 14:38:26 +01:00
Michael B. Gale
d2f5cbbe91
Add get method to ReadOnlyEnv
2026-07-29 13:22:46 +01:00
github-actions[bot]
da0c190101
Update default bundle to codeql-bundle-v2.26.2
2026-07-29 12:22:25 +00:00
Michael B. Gale
42a3b94790
Add CODEQL_ACTION_ prefix to JOB_RUN_UUID
2026-07-29 11:58:44 +01:00
Michael B. Gale
13d4882649
Validate JSON more
2026-07-29 11:35:46 +01:00
Michael B. Gale
e55a57b808
Add RegistryBase schema and type
2026-07-29 11:21:19 +01:00
Michael B. Gale
51d51e8121
Add boolean Validator to json module
2026-07-29 11:19:57 +01:00
Michael B. Gale
e893985e8b
Fix makeValidator returning required: boolean
2026-07-29 11:19:21 +01:00
Michael B. Gale
aac07d2a41
Include registry_types whenever CODEQL_PROXY_URLS is set
2026-07-29 10:55:46 +01:00
Michael B. Gale
2e251072b0
Use getEnv()
2026-07-29 10:20:04 +01:00
Michael B. Gale
e28cbacfa1
Test that getJobUUID calls exportVariable
2026-07-28 19:13:35 +01:00
Michael B. Gale
60834a0cd9
Add exportVariable to ActionsEnv
2026-07-28 19:00:30 +01:00
Michael B. Gale
e9831f72a2
Add getRequiredInput to ActionsEnv
2026-07-28 18:59:59 +01:00
Michael B. Gale
766928d055
Call getJobUUID in start-proxy
...
The `start-proxy` step precedes `init` in Default Setup
2026-07-28 18:50:56 +01:00
Michael B. Gale
049af32c59
Allow getJobUUID to retrieve the UUID from the environment
2026-07-28 18:47:23 +01:00
Michael B. Gale
1f9caf0118
Refactor jobRunUuid init into a function
...
Use in `init` and `setup-codeql` actions
2026-07-28 18:37:01 +01:00
Michael B. Gale
2d4c474c2c
Log !analysisKindSupported case
2026-07-28 12:02:41 +01:00
Michael B. Gale
8289a49271
Ignore repository property for unsupported analysis kinds
2026-07-27 13:23:39 +01:00
Michael B. Gale
2a8731cc06
Move config-file computation after determining the analysisKinds
2026-07-27 13:10:34 +01:00
Michael B. Gale
3434fbbc53
Merge pull request #4044 from github/mbg/ff/promote-toolcache
...
Promote `AllowToolcacheInput` feature
2026-07-24 16:29:59 +00:00
Michael B. Gale
3013ac07bd
Promote AllowToolcacheInput feature
2026-07-24 16:28:21 +01:00
Michael B. Gale
4c0a1f0aac
Merge pull request #4037 from github/mbg/repo-props/tools
...
Add repository property for `tools` input
2026-07-24 15:09:22 +00:00
Michael B. Gale
f170b3a321
Remove name field from ComputedInput
2026-07-24 14:27:08 +01:00
Michael B. Gale
b060f9d53c
Merge remote-tracking branch 'origin/main' into mbg/repo-props/tools
2026-07-24 14:24:01 +01:00
Michael B. Gale
2e6447195b
Merge pull request #4035 from github/mbg/improve-global-proxy-tests
...
Improve global proxy tests
2026-07-24 13:17:50 +00:00
Michael B. Gale
5ba55503d8
Merge pull request #4033 from github/mbg/update-deps/21jul26
...
Bump `js-yaml` and `brace-expansion`
2026-07-24 13:01:35 +00:00
Michael B. Gale
372f165402
Merge remote-tracking branch 'origin/main' into mbg/repo-props/tools
2026-07-23 11:57:19 +01:00
github-actions[bot]
f6ed33c7e4
Rebuild
2026-07-22 17:57:19 +00:00
Michael B. Gale
1b0d2714d6
Merge pull request #4036 from github/henrymercer/remove-legacy-diagnostics
...
Remove obsolete CodeQL setup diagnostics
2026-07-22 16:57:43 +00:00
Michael B. Gale
f9442c40cc
Include computed tools value in computed_inputs
2026-07-22 17:03:32 +01:00
Michael B. Gale
49f2e37310
Add and use getToolsInput
2026-07-22 14:23:46 +01:00
Michael B. Gale
f58d69685d
Move loadRepositoryProperties to properties.ts
2026-07-22 14:17:10 +01:00
Michael B. Gale
1f57eb0ff5
Add FF for tools repository property
2026-07-22 13:45:16 +01:00
Michael B. Gale
009715ddbf
Add github-codeql-tools property
2026-07-22 13:28:48 +01:00
Michael B. Gale
909828cd53
Base custom request options on defaults, and add basic tests for makeProxyRequestOptions
2026-07-22 07:10:41 +01:00