Edoardo Pirovano
43d066495c
Revert usage of --codescanning-config flag
2022-04-05 09:41:07 +01:00
Henry Mercer
e26813cf98
Run version ~0.2.0 of the ML-powered query pack for v2.8.4+ of the CLI
2022-03-31 14:58:41 +01:00
Henry Mercer
2c03704a6c
Allow the version of the ML-powered pack to depend on the CLI version
2022-03-31 14:58:29 +01:00
Henry Mercer
dd6b592e3e
Simplify ML-powered query status report definition
...
We now limit the cardinality of the ML-powered JS queries status report
field server-side. With no need for a limit on the cardinality of the
status report client-side, we can simplify how we produce it.
2022-03-31 14:55:32 +01:00
Henry Mercer
1ea2f2d7f1
Merge branch 'main' into henrymercer/update-actions-major-versions
2022-03-30 20:00:06 +01:00
Henry Mercer
a2949f47b3
Update actions/checkout from v2 to v3
2022-03-30 19:46:09 +01:00
Henry Mercer
e6f3e049b4
Add descriptions to each test
2022-03-30 18:17:06 +01:00
Henry Mercer
e83a1d469e
Stop running ML-powered queries on Windows
2022-03-30 18:05:12 +01:00
Edoardo Pirovano
f1060fbba0
Bump default CodeQL version to 2.8.4
2022-03-29 16:55:25 +01:00
Edoardo Pirovano
d625a00cee
Start running ATM queries again
2022-03-28 09:06:45 +01:00
Andrew Eisenberg
88db5e75ec
Merge branch 'main' into aeisenberg/checkout-path-commitoid
2022-03-25 10:31:47 -07:00
Andrew Eisenberg
d068f5372a
Fix failing tests
2022-03-25 10:00:47 -07:00
Edoardo Pirovano
85cfdb24f4
Don't download packs when it isn't needed
2022-03-25 11:26:13 +00:00
Chuan-kai Lin
c3010cb18a
Status reporting: fix codeql_version field name
2022-03-23 11:32:03 -07:00
Henry Mercer
c592f89989
Merge branch 'main' into update-supported-enterprise-server-versions
2022-03-21 13:12:12 +00:00
Tobias Speicher
0a713019c3
refactor: replace deprecated String.prototype.substr()
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-03-20 17:08:43 +01:00
GitHub
243ebf6e35
Update supported GitHub Enterprise Server versions.
2022-03-18 00:09:57 +00:00
Chuan-kai Lin
f60bb5cc38
Include CodeQL CLI and action versions in status reports
2022-03-17 10:07:29 -07:00
Chuan-kai Lin
ea5898d606
Restore compatibility with GHES 3.1: address code review comments
2022-03-14 15:44:16 -07:00
Chuan-kai Lin
39aa619399
Merge branch 'main' into restore-ghes-compatibility
2022-03-14 14:59:00 -07:00
Chuan-kai Lin
c33cdd74b3
Merge branch 'main' into cklin/pr/2.8.3
2022-03-14 09:19:25 -07:00
Chuan-kai Lin
aeefdce612
Restore compatibility with GHES 3.1
2022-03-14 08:20:27 -07:00
Henry Mercer
0b3acf68ab
Bump ML-powered queries to v0.1.0
2022-03-11 15:04:07 +00:00
Arthur Baars
480ef7689f
Update default CodeQL bundle version to 2.8.3
2022-03-11 12:07:37 +01:00
Chuan-kai Lin
401a76f245
Add runner OS release to status report
2022-03-03 13:06:02 -08:00
Chuan-kai Lin
870dbaaebe
Use getRequiredEnvParam()
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-03-02 16:23:13 -08:00
Chuan-kai Lin
3615d8ac45
Add runner OS and arch to status report
2022-03-02 10:57:12 -08:00
Andrew Eisenberg
5c2600e559
Merge branch 'main' into aeisenberg/checkout-path-commitoid
2022-03-01 13:15:40 -08:00
Andrew Eisenberg
a92e8775d8
Use the checkout_path for getting the commit oid
...
This commit also adds a new integration check to verify this.
When running in test mode, payloads will not be uploaded. Instead, they
will be saved to disk so that they can be inspected later.
2022-03-01 12:40:52 -08:00
Edoardo Pirovano
527d5153ad
Bump version flag for using --codescanning-config flag
2022-03-01 14:34:53 +00:00
Edoardo Pirovano
07990f07e5
Revert "Revert "Use --codescanning-config flag of CLI""
...
This reverts commit 326e5118c5 .
2022-03-01 14:33:00 +00:00
Chris Gavin
938e0a0743
Add retryDelay and a type cast to make it work.
2022-02-28 19:42:58 +00:00
Chris Gavin
d63f798314
Retry directory deletion to avoid Windows file locking issues.
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2022-02-28 18:55:45 +00:00
Chris Gavin
86940df49f
Delete the results directory in between runs.
2022-02-28 18:55:45 +00:00
Henning Makholm
162ecaff35
Update default CodeQL bundle version to 2.8.2
2022-02-25 14:09:56 +01:00
Edoardo Pirovano
42af7232c3
Revert "Merge pull request #869 from github/edoardo/windows-11-error"
...
This reverts commit faa9ba7363 , reversing
changes made to 71112ab35d .
2022-02-24 11:29:26 +00:00
Edoardo Pirovano
afbddca263
Improve error handling for ending tracing
2022-02-23 16:43:38 +00:00
Edoardo Pirovano
c592525a67
Respect end-tracing script instead of deleting one variable
2022-02-23 16:21:35 +00:00
Andrew Eisenberg
3d93bb2ac9
Add UserError
...
This commit adds a `UserError` class that should be thrown when the
cause of an error is fundamentally from user configuration.
When sending status reports, avoid sending a `failure` for `UserError`s.
This will prevent our diagnostics from pinging us for errors outside of
our control.
2022-02-17 11:47:31 -08:00
Edoardo Pirovano
326e5118c5
Revert "Use --codescanning-config flag of CLI"
...
This reverts commit 0d87b8c615 .
2022-02-17 13:05:55 +00:00
Henry Mercer
db24c88f31
Merge branch 'main' into henrymercer/fix-flaky-tests
2022-02-17 10:50:19 +00:00
Edoardo Pirovano
0d87b8c615
Use --codescanning-config flag of CLI
2022-02-16 13:34:47 +00:00
Henry Mercer
13c841aa39
Bump minimum supported CodeQL version to 2.4.5
...
This is the earliest CodeQL version supported by GHES.
Bumping to this version resolves some flaky tests caused by the "We
still have not reached idleness" deadlock, as this deadlock is fixed in
2.4.5.
2022-02-16 12:46:47 +00:00
GitHub
7e1ca4f093
Update supported GitHub Enterprise Server versions.
2022-02-16 00:07:46 +00:00
Henry Mercer
feb711fe0b
Merge branch 'main' into henrymercer/add-ml-powered-query-enablement-to-analyze-status-report
2022-02-15 17:31:07 +00:00
Robert
4c266bab6d
Merge branch 'main' into robertbrignull/remote_database_upload_flag
2022-02-15 15:13:33 +00:00
Henry Mercer
ec47ce3982
Merge branch 'main' into henrymercer/add-ml-powered-query-enablement-to-analyze-status-report
2022-02-15 15:09:02 +00:00
Henry Mercer
bcdaad245b
Add ML-powered query enablement info to analyze finish status report
2022-02-15 15:04:23 +00:00
Robert
8aa32bd9c9
Remove check of database uploads feature flag
2022-02-15 14:10:33 +00:00
alexet
d8ee3b9d09
Update bundle version to 2.8.1
2022-02-14 19:10:33 +00:00