github-actions[bot]
a78cac18f0
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.10-23acc5c18
2024-06-13 14:12:01 +00:00
Henry Mercer
789b5f86ef
Merge pull request #2328 from github/henrymercer/direct-tracing-fix
...
Fix incompatibility between direct tracing in the `autobuild` Action and specifying a custom working directory
2024-06-13 10:26:41 +01:00
github-actions[bot]
69a0a4689a
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.9-530d4feaa
2024-06-12 16:17:31 +00:00
Henry Mercer
37809d1f16
Merge pull request #2332 from github/henrymercer/cleanup-db-location
...
Attempt to clean up the database cluster directory
2024-06-12 16:38:31 +01:00
Henry Mercer
c8fb403f2f
Add PR check for cleaning up database cluster dir
2024-06-12 13:19:30 +01:00
Ian Lynagh
b0944a22b8
Fix bash syntax
...
This should stop
.github/workflows/script/update-node-modules.sh: line 1: [: missing `]'
2024-06-12 12:55:46 +01:00
Henry Mercer
94acfdc22c
Upload SARIF with ref/sha inputs: Generate SARIF with analyze Action
2024-06-11 20:22:17 +01:00
Henry Mercer
ba4e487a2c
Update checkout_path test
...
Just call `analyze`, since `upload: never` skips most of the functionality we want to test anyway.
2024-06-11 19:30:30 +01:00
Henry Mercer
485d096a80
Update upload-sarif ref/sha input test
...
We are already testing the analyze Action in a separate check.
2024-06-11 19:29:39 +01:00
Henry Mercer
12243c759f
Disable database upload in test mode
2024-06-11 19:07:13 +01:00
Henry Mercer
b004bb45a8
Add PR check for direct tracing with custom working directory
2024-06-11 16:45:53 +01:00
Henry Mercer
b411f9b125
Try installing npm without sudo
2024-06-11 11:50:08 +01:00
Henry Mercer
2838cede68
Add shebang to update Node modules script
2024-06-11 11:48:24 +01:00
github-actions[bot]
23e160363e
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.8-2e230e8fe
2024-06-04 14:55:26 +00:00
Angela P Wen
67d5a9a476
PR Checks: Use tools: linked rather than tools: latest
...
Also changes the input and output in the `prepare-test` Action to use `linked`.
2024-05-31 11:49:47 +02:00
github-actions[bot]
fd8b26e79b
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.7-f079b8493
2024-05-31 08:42:15 +00:00
Henry Mercer
2c0b69bd1f
Merge branch 'main' into dbartol/bundle-pr-description
2024-05-20 16:56:47 +01:00
Angela P Wen
7c4668115d
Also remove old versions from debug artifacts download step
2024-05-17 16:07:47 -07:00
Angela P Wen
b0a1d92ae3
PR checks: stop running unset-env on two old CLI versions
...
Looks like there was a bug in the oldest two CLI versions, on `macos-12` here.
2024-05-17 15:47:35 -07:00
Angela P Wen
23c1981a3f
PR check: add explicit setup-go step to unset-env check
...
Go has been removed from the PATH in the most recent Mac runner images rollouts.
2024-05-17 15:33:51 -07:00
Angela P Wen
46fc2c9526
PR Checks: remove old versions from debug artifacts check
...
Now that this check is running on MacOS, it runs into a known issue with the build tracer on ARM Macs that was fixed in CLI v2.15.1.
2024-05-17 15:16:54 -07:00
Angela P Wen
445165beea
PR Checks: disable tests for Swift on Linux until CLI 2.17.4
2024-05-17 15:08:08 -07:00
Dave Bartolomeo
9a1f461645
Update PR description for bundle update PRs
...
Changed from `tools: latest` to `tools: linked` to reflect new usage.
2024-05-15 10:35:55 -04:00
Henry Mercer
b5e604ae77
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.5-b7cec7526
2024-05-13 14:16:08 +01:00
Henry Mercer
f73b0b70eb
Disable fail fast for non-generated workflows
2024-05-10 16:27:12 +01:00
Henry Mercer
c59e05245f
Disable fail fast in generated workflows
2024-05-10 16:24:22 +01:00
github-actions[bot]
e76c3643d1
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.3-d39d31e68
2024-04-25 23:04:53 +00:00
Angela P Wen
ac2f82a1ff
Log warning if SIP is disabled and CLI version is < 2.15.1 ( #2261 )
...
* PR Checks: use `macos-12` runners for CLI v. < 2.15.1
Prior to CLI v2.15.1, MacOS ARM runners were not supported by the build tracer. "macos-latest" is now an ARM runner, so we run these tests on the old CLIs on Intel runners instead.
* Log a warning if SIP is disabled and CLI is < 2.15.1
* Add changenote for SIP-disabled support on old CLI versions
* Set up Python 3.11 for all MacOS checks
2024-04-25 22:20:13 +00:00
Henry Mercer
8aad228360
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.1-c7f912573
2024-04-17 12:09:04 +01:00
Henry Mercer
ea78e51e31
Merge branch 'main' into henrymercer/autobuild-with-direct-tracing
2024-04-15 18:29:26 +01:00
Henry Mercer
59771ddf53
Run PR check on Windows too
2024-04-15 18:26:58 +01:00
github-actions[bot]
ba352fa8e7
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.25.0-df5a14dc2
2024-04-15 12:22:19 +00:00
Henry Mercer
aa4a08dd29
Add PR check for direct tracing
2024-04-12 17:48:45 +01:00
Michael B. Gale
96f44cb9d2
Add integration test for new diagnostic
2024-04-11 17:20:51 +01:00
Henry Mercer
987236cc0f
Merge branch 'main' into henrymercer/remove-support-codeql-2.12.5
2024-04-09 18:57:26 +01:00
Henry Mercer
5e9199f7b4
Update language autodetect Swift check
2024-04-09 18:25:58 +01:00
Henry Mercer
88fafebdd3
Update diagnostics export PR check to use 2.12.6
2024-04-09 12:32:29 +01:00
Henry Mercer
2f0d0eaebd
Update PR checks
2024-04-09 12:19:26 +01:00
Rasmus Wriedt Larsen
4e8e3439dd
Merge branch 'main' into RasmusWL/remove-python-dep-inst
2024-04-08 10:25:42 +02:00
github-actions[bot]
a023017ea9
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.24.10-4355270be
...
# Conflicts:
# lib/codeql.js
# src/codeql.ts
2024-04-05 15:02:14 +00:00
Angela P Wen
f421cda8e7
Run integration test PR checks nightly ( #2222 )
...
* Run integration test PR checks nightly
Scheduled for 5AM UTC. This will assist in catching bugs introduced with new runner images.
* Specify generated YAML indentations
For consistency with our non-autogenerated files and GitHub documentation, we should further indent items in lists (`sequence`).
2024-04-04 10:30:18 -07:00
Rasmus Wriedt Larsen
e0bc6b7942
Delete python-setup/
2024-04-04 17:16:05 +02:00
github-actions[bot]
1a8046c7f3
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.24.7-3ab410190
2024-03-12 17:49:46 +00:00
Angela P Wen
532ca5486e
Fail analyze step by passing an invalid option to database finalize ( #2189 )
...
As the `ram: 1` trick won't work anymore with updates to the CLI.
2024-03-11 06:57:49 -07:00
Angela P Wen
3839e215cc
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.24.6-8a470fdda
2024-02-29 19:02:44 +00:00
Henry Mercer
d8595f5543
Add workflow dispatch trigger to rebuild Action
...
We can't use the "Rebuild" label on a PR with conflicts because the
`pull_request` event runs on a synthetic merge commit.
2024-02-27 12:29:14 +00:00
github-actions[bot]
557a8d2306
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.24.5-633baf86c
2024-02-23 10:28:27 +00:00
Michael B. Gale
e3a86ed8b6
Add comment justifying why we set cache: false
2024-02-22 17:54:19 +00:00
Michael B. Gale
5d55901fc8
Use Go 1.22 in workflows
2024-02-22 17:50:21 +00:00
github-actions[bot]
c232c5de9c
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.24.3-379614612
2024-02-15 12:47:28 +00:00