From a3e94a7fc0721e50d57b58ed77bb0230e54fbbda Mon Sep 17 00:00:00 2001 From: Piotr Korkus Date: Tue, 22 Jul 2025 12:32:29 +0200 Subject: [PATCH] bazel: fix MODULE in CICD Replace ssh repo link with https. --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index ace3211d..e96766ed 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -81,6 +81,6 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "score-baselibs", version = "0.0.0") git_override( module_name = "score-baselibs", - remote = "git@github.com:eclipse-score/baselibs.git", + remote = "https://github.com/eclipse-score/baselibs.git", commit = "ae349b99cafc1e79d98c0391a851fc5664c04ebc", )