From 397f6791a6d28ddb3865ed8493d25532b787ed97 Mon Sep 17 00:00:00 2001 From: Simon Schrottner Date: Fri, 27 Dec 2024 16:49:01 +0100 Subject: [PATCH] build(flagd): pinpoint submodules to tags (#137) Signed-off-by: Simon Schrottner --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8b2e251..0ec57f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,11 @@ [submodule "schemas"] path = providers/openfeature-provider-flagd/openfeature/schemas url = https://github.com/open-feature/schemas + branch = protobuf-v0.6.1 [submodule "providers/openfeature-provider-flagd/test-harness"] path = providers/openfeature-provider-flagd/openfeature/test-harness url = git@github.com:open-feature/flagd-testbed.git - branch = v0.5.18 + branch = v0.5.20 [submodule "providers/openfeature-provider-flagd/spec"] path = providers/openfeature-provider-flagd/openfeature/spec url = https://github.com/open-feature/spec