Henry Mercer
f2166816d7
Announce deprecation of CodeQL v2.13.4 and earlier
2024-07-17 17:34:38 +01:00
github-actions[bot]
e6663d9fa2
Update supported GitHub Enterprise Server versions
2024-07-17 00:13:09 +00:00
mschwager
e6438b3296
Merge branch 'main' into add-codeql-version
2024-07-12 09:19:37 -06:00
Angela P Wen
1c60bf167b
Merge branch 'main' into update-bundle/codeql-bundle-v2.18.0
2024-07-11 11:03:18 +02:00
Matt Schwager
e1f83c153a
Fix #2367 , add codeql-version to outputs
2024-07-10 11:58:42 -04:00
Henry Mercer
264cbe20c6
Merge branch 'main' into henrymercer/enable-direct-tracing
2024-07-09 13:20:32 +01:00
github-actions[bot]
0a4755e088
Update default bundle to codeql-bundle-v2.18.0
2024-07-08 15:42:20 +00:00
Henry Mercer
0669d181f5
Merge branch 'main' into henrymercer/enable-direct-tracing
2024-07-08 10:32:33 +01:00
Henry Mercer
a98055bc5b
Merge branch 'main' into henrymercer/simplify-actions-only
2024-07-08 10:31:04 +01:00
Henry Mercer
a0041ad76c
Keep analysis_name field consistent
2024-07-08 10:30:24 +01:00
Henry Mercer
2d3d0ca0c7
Merge branch 'main' into henrymercer/simplify-actions-only
2024-07-02 15:52:14 +02:00
Henry Mercer
01bde733fb
Recognize internal fatal errors too
2024-07-02 15:25:59 +02:00
Henry Mercer
8dba596f10
Tidy up telemetry call
2024-07-02 14:59:50 +02:00
Henry Mercer
7e6aa4d65a
Propagate configuration errors from running queries
2024-07-02 14:53:43 +02:00
Henry Mercer
9679491cab
Avoid reloading features when uploading SARIF
2024-07-01 14:34:11 +02:00
Henry Mercer
6c2a71ced3
Remove redundant layer from upload files functions
2024-07-01 14:31:44 +02:00
Marco Gario
ddd849e831
fix lint
2024-07-01 12:14:01 +00:00
Marco Gario
dbfc2b6359
Merge branch 'main' into marcogario/require_workflows_path
2024-07-01 11:05:13 +02:00
Marco Gario
37b6ead477
Better handling for required workflows
...
Return the workflow path from the run rather than trying to fetch the workflow
information when the workflow information is missing or refers to a required workflow.
2024-06-27 16:24:26 +00:00
Henry Mercer
8a9ecdff2e
Remove tests that require us to have at least one feature with a toolsVersion
...
If no features have a `toolsVersion` property, we'll never hit those code paths, so it isn't that important to test them.
Having a synthetic feature is an option but might create user confusion.
2024-06-26 19:46:03 +01:00
Henry Mercer
a52b209ec8
Enable direct tracing the autobuild build mode by default
2024-06-26 19:38:13 +01:00
github-actions[bot]
9ccc99508a
Update default bundle to codeql-bundle-v2.17.6
2024-06-25 13:53:49 +00:00
github-actions[bot]
9cf3243b0b
Rebuild
2024-06-25 09:21:42 +00:00
Andrew Eisenberg
3ce5d00107
Merge pull request #2349 from github/aeisenberg/no-fail-upload-artifacts
2024-06-22 11:14:00 -07:00
Andrew Eisenberg
950748204e
Avoid failing when debug artifacts can't be uploaded
...
Failing to upload debug artifacts should not fail the action since
it is possible that the action has already succeeded by the time this
failure occurs.
2024-06-20 12:05:45 -07:00
Alexandre Boulgakov
c82e2452bb
Remove C++ TRAP caching feature flag in favour of CLI v2.17.5 check.
2024-06-17 17:42:58 +01:00
Henry Mercer
1ea11ca775
Enable no-unsafe-return rule
2024-06-13 19:52:39 +01:00
Henry Mercer
2f54d9fcfa
Enable no console rule
2024-06-13 19:47:29 +01:00
Henry Mercer
e7d04fdb41
Enable unsafe call rule
2024-06-13 19:38:06 +01:00
Henry Mercer
d8f549d6d8
Improve type safety by using more specific function types
2024-06-13 19:26:45 +01:00
Henry Mercer
feec81c66b
Merge branch 'main' into henrymercer/csharp-buildless-rollback-mechanism
2024-06-13 10:29:25 +01: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
Chris Smowton
b3642aa04d
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
2024-06-12 17:53:25 +01:00
Henry Mercer
ed34eb9af4
Skip init-post cleanup on GitHub-hosted runners
2024-06-12 14:59:44 +01:00
Henry Mercer
d8d73c0e76
Clean up DB cluster directory at the end of each job
2024-06-12 14:51:03 +01:00
Henry Mercer
3d849e9df2
Include underlying error in error message
2024-06-12 13:44:04 +01:00
Henry Mercer
f2ea211cd9
Merge branch 'main' into henrymercer/direct-tracing-fix
2024-06-12 13:21:01 +01:00
Henry Mercer
1354fe5355
Attempt to clean up the database cluster directory
...
This will help to avoid issues where the database cluster directory is left in an inconsistent state.
2024-06-12 13:19:30 +01:00
Andrew Eisenberg
eb1d92b846
Fix typo
2024-06-11 12:31:07 -07:00
Andrew Eisenberg
2fc7222394
Fix formatting
2024-06-11 12:00:21 -07:00
Andrew Eisenberg
0a64ae0929
Use --force-overwrite for creating databases
...
...but only if the feature exists in the CLI.
2024-06-11 11:38:18 -07:00
Henry Mercer
12243c759f
Disable database upload in test mode
2024-06-11 19:07:13 +01:00
Henry Mercer
0c392c4570
Add rollback mechanism for C# buildless
2024-06-11 18:45:16 +01:00
Henry Mercer
6d627423af
Pass working-directory input to trace-command invocation
2024-06-11 16:45:52 +01:00
Henry Mercer
599f279aa8
Bump the feature flag version for direct tracing autobuild
...
To avoid re-enabling the flag for old Action versions.
2024-06-11 15:04:07 +01:00
Henry Mercer
8d778e79ff
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
2024-06-11 12:41:08 +01:00
Henry Mercer
358d5e7087
Merge branch 'main' into update-supported-enterprise-server-versions
2024-06-11 11:13:12 +01:00
github-actions[bot]
e8100b1de2
Update default bundle to codeql-bundle-v2.17.5
2024-06-11 09:47:33 +00:00
github-actions[bot]
d4fcc8b7bd
Update default bundle to codeql-bundle-v2.17.4
2024-05-31 16:27:36 +00:00
github-actions[bot]
df52537e53
Update supported GitHub Enterprise Server versions
2024-05-29 00:13:01 +00:00