Merge branch 'main' into rvermeulen/extend-init-complete-status-report

Signed-off-by: Remco Vermeulen <rvermeulen@github.com>
This commit is contained in:
Remco Vermeulen 2024-08-02 15:12:59 -07:00
commit 0f24d46599
32 changed files with 401 additions and 373 deletions

View file

@ -375,6 +375,15 @@ async function run() {
);
}
if (
config.languages.includes(Language.swift) &&
process.platform === "linux"
) {
logger.warning(
`Swift analysis on Ubuntu runner images is no longer supported. Please migrate to a macOS runner if this affects you.`,
);
}
if (
config.languages.includes(Language.go) &&
process.platform === "linux"