Closed angelapwen closed 2 months ago
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.
Huh.. not sure why the Unit Test
workflow isn't being picked up. I'll push an empty commit to try to force it to run.
We are deprecating Swift support on Linux for code scanning (changenote in #2403).
This PR logs a warning for users in the
init
Action if it's determined that Swift on Linux is being run.This change also updates the manual build script
build.sh
which we also use in internal repositories for testing: theswift
command will only be run on MacOS rather than on both MacOS and Linux.As a result, we can also update our PR checks that only test on Linux, to remove the
setup-swift
Action step as it is no longer needed; and other checks that look for the existence of Swift databases on Linux.I've removed
Swift analysis using a custom build command
check on Linux images from required checks formain
,releases/v3
, andreleases/v2
already as well.Merge / deployment checklist