diff --git a/msa/js-executor/pom.xml b/msa/js-executor/pom.xml
index f5ea04fac3..afa415810e 100644
--- a/msa/js-executor/pom.xml
+++ b/msa/js-executor/pom.xml
@@ -80,7 +80,7 @@
yarn
- install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
+ install --frozen-lockfile --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
diff --git a/msa/web-ui/pom.xml b/msa/web-ui/pom.xml
index 00c1703dcd..80b5c51e78 100644
--- a/msa/web-ui/pom.xml
+++ b/msa/web-ui/pom.xml
@@ -89,7 +89,7 @@
yarn
- install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
+ install --frozen-lockfile --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
diff --git a/ui-ngx/pom.xml b/ui-ngx/pom.xml
index cc58f728a0..c5b4bb931a 100644
--- a/ui-ngx/pom.xml
+++ b/ui-ngx/pom.xml
@@ -66,7 +66,7 @@
yarn
- install --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network
+ install --frozen-lockfile --non-interactive --check-files --network-concurrency 4 --network-timeout 100000 --mutex network