From b6e477b383d663ed01821829dc359e3e8187c6e7 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 28 May 2024 21:35:53 +0200 Subject: [PATCH] Disable the unused and problematic tools (#2873) * Disable the unused and problematic tools The Go modules are all far out of date and some tooling is reporting the repo as having security issues. We do not use any part of Go, EMSDK or perfetto in the SkiaSharp project. In an ideal world we don't have to make changes and there is a special flag that exists for us to "disable all issues", but that does not exist and trying to make that flag work only on CI is unnecessary. We can just delete the few places that are having issues. --- externals/skia | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externals/skia b/externals/skia index f1c2f7b42..bc5cc589b 160000 --- a/externals/skia +++ b/externals/skia @@ -1 +1 @@ -Subproject commit f1c2f7b4246141c6037820dc75d89496ac4aa8b3 +Subproject commit bc5cc589b582ad2bdff8986de03db8302e7014a7