mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
* do not mention any more that one might make analysis happen on Linux with advanced setup * say that outright Swift analysis is only supported on macOS, not just autobuild. * emit the error diagnostics even for traced builds, not only for autobuilds (by using a dummy `extractor` executable).
15 lines
520 B
Plaintext
15 lines
520 B
Plaintext
{
|
|
"markdownMessage": "Currently, Swift analysis is only supported on macOS.\n\n[Change the Actions runner][1] to run on macOS.\n\n[1]: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on",
|
|
"severity": "error",
|
|
"source": {
|
|
"extractorName": "swift",
|
|
"id": "swift/extractor/incompatible-os",
|
|
"name": "Incompatible operating system (expected macOS)"
|
|
},
|
|
"visibility": {
|
|
"cliSummaryTable": true,
|
|
"statusPage": true,
|
|
"telemetry": true
|
|
}
|
|
}
|