Rasmus Wriedt Larsen
7c23a5e578
Fix lint
2024-04-08 13:05:34 +02:00
Rasmus Wriedt Larsen
746a1af6ad
Rebuild
2024-04-08 12:02:58 +02:00
Rasmus Wriedt Larsen
1f8d877ef2
fix comment
2024-04-08 12:02:45 +02:00
Rasmus Wriedt Larsen
140158642f
Update CHANGELOG wording
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2024-04-08 12:01:54 +02:00
Rasmus Wriedt Larsen
3f0cb87e80
Improve Python dep inst warning
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2024-04-08 12:01:41 +02:00
Rasmus Wriedt Larsen
d33e75159d
Warn on deprecated Python dep inst config usage
2024-04-08 11:58:31 +02:00
Rasmus Wriedt Larsen
e94a917e33
bump minor version
2024-04-08 11:57:44 +02:00
github-actions[bot]
bcb5e6e0b8
Rebuild
2024-04-08 09:27:23 +00:00
Rasmus Wriedt Larsen
fcdff8b3c9
Update changelog
2024-04-08 10:47:30 +02:00
Rasmus Wriedt Larsen
e6b2c0d6b8
Python: suppress dependency extraction warning
...
See https://github.com/github/codeql/pull/16127 (which will be released
as part of 2.17.1)
2024-04-08 10:44:12 +02:00
Rasmus Wriedt Larsen
4e8e3439dd
Merge branch 'main' into RasmusWL/remove-python-dep-inst
2024-04-08 10:25:42 +02:00
Rasmus Wriedt Larsen
f0a5e52d93
Restore python-setup/check_python12.ps1
...
I think we can delete this logic too, but let's deal with that in a
separate PR
2024-04-08 10:22:09 +02:00
Andrew Eisenberg
4a666f8539
Add the overwrite flag when init-ing databases
...
This ensures that if there is a database already in the filesystem, we
can gracefully handle creating a new one. This sometimes happens when
a user is on a self-hosted runner and neglects to clean state across
runs.
2024-04-05 15:02:18 -07:00
Chuan-kai Lin
ffd3158cb9
Merge pull request #2228 from github/backport-v2.24.10-4355270be
...
Merge releases/v3 into releases/v2
v2.24.10
2024-04-05 10:06:57 -07:00
github-actions[bot]
82478fb458
Update checked-in dependencies
2024-04-05 16:45:18 +00:00
Chuan-kai Lin
2a96432c79
Resolve conflicts in codeql.ts
2024-04-05 09:11:43 -07:00
github-actions[bot]
93075ceec3
Update version and changelog for v2.24.10
2024-04-05 09:10:26 -07:00
Chuan-kai Lin
1c270d01c7
Merge pull request #2227 from github/mergeback/v3.24.10-to-main-4355270b
...
Mergeback v3.24.10 refs/heads/releases/v3 into main
2024-04-05 08:26:22 -07:00
github-actions[bot]
11eab0d2e6
Update checked-in dependencies
2024-04-05 15:04:02 +00: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
github-actions[bot]
794eacf375
Revert "Update checked-in dependencies"
...
This reverts commit 61ddd48e03 .
2024-04-05 15:02:13 +00:00
github-actions[bot]
a1559aa4a9
Revert "Update version and changelog for v2.24.9"
...
This reverts commit abca38cf8c .
2024-04-05 15:02:13 +00:00
github-actions[bot]
f64694af39
Update changelog and version after v3.24.10
2024-04-05 15:01:33 +00:00
Chuan-kai Lin
4355270be1
Merge pull request #2226 from github/update-v3.24.10-7df281f2f
...
Merge main into releases/v3
v3.24.10
2024-04-05 07:59:34 -07:00
github-actions[bot]
3f041c51a5
Update changelog for v3.24.10
2024-04-05 14:03:20 +00:00
Angela P Wen
7df281f2fe
Gracefully continue if createStatusReportBase throws ( #2225 )
...
Previously, we weren't catching any possible exceptions in `createStatusReportBase` and runs would fail if any of the telemetry sub-items threw exceptions. As telemetry should not block the analysis, we continue here even if the status report throws.
2024-04-04 15:26:14 -07: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
Nick Fyson
5f535debfe
Merge pull request #2221 from github/nickfyson/upload-logging
...
improve logging coverage during sarif upload
2024-04-04 17:30:55 +01:00
Chuan-kai Lin
278465cdfb
Merge pull request #2219 from github/update-bundle/codeql-bundle-v2.17.0
...
Update default bundle to 2.17.0
2024-04-04 08:20:40 -07:00
Rasmus Wriedt Larsen
e0bc6b7942
Delete python-setup/
2024-04-04 17:16:05 +02:00
Rasmus Wriedt Larsen
6ab7733abd
build
2024-04-04 17:15:39 +02:00
Rasmus Wriedt Larsen
d8293662f4
Fix linting errors
2024-04-04 17:14:42 +02:00
Rasmus Wriedt Larsen
9ba21c3639
Autoformat
2024-04-04 17:13:31 +02:00
Rasmus Wriedt Larsen
c7eea240e2
Remove python dependency installation logic
...
I've left a few warning logging cases, but overall this feature is no
longer supported.
2024-04-04 17:12:58 +02:00
Chuan-kai Lin
65e69c8a4b
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.0
2024-04-04 07:23:39 -07:00
nickfyson
c037115ddf
clarify logging in response to pr review comments
2024-04-03 21:19:06 +01:00
nickfyson
d3c32a84cb
fix test to respect updated logging behaviour
2024-04-03 21:04:50 +01:00
Nick Fyson
26540626a5
Merge branch 'main' into nickfyson/upload-logging
2024-04-03 20:54:58 +01:00
nickfyson
d3257627d7
fix linting error
2024-04-03 20:50:03 +01:00
nickfyson
978bdd643f
fix test that runs flakily locally
2024-04-03 20:43:26 +01:00
Nick Fyson
2cc8bbd0e0
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2024-04-03 20:42:48 +01:00
Henry Mercer
3bd9c3e65c
Merge pull request #2220 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2024-04-03 18:06:05 +01:00
Henry Mercer
dcf00b3fd4
Account for varying major version number in error message
2024-04-03 15:50:23 +01:00
Henry Mercer
f8dd543c81
Add changelog note
2024-04-03 15:48:31 +01:00
nickfyson
6514cbb626
improve logging coverage when uploaing sarif files
2024-04-03 15:45:28 +01:00
Henry Mercer
f06c933b16
Update soon to be deprecated CodeQL version
2024-04-03 15:44:00 +01:00
Henry Mercer
eda4878a3d
Only pass --new-analysis-summary if it is not default behavior
2024-04-03 15:39:22 +01:00
github-actions[bot]
eeaea14a62
Update supported GitHub Enterprise Server versions
2024-04-03 00:11:45 +00:00
github-actions[bot]
ec214df87a
Add changelog note
2024-04-02 19:07:27 +00:00
github-actions[bot]
f4936c4c20
Update default bundle to codeql-bundle-v2.17.0
2024-04-02 19:07:23 +00:00