From 5eca9c60c723a4e13b403df461b440fdcc030e0a Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 10 Mar 2022 16:53:29 +0100
Subject: [PATCH] Prevent updates when requiring drupal/core-vendor-hardening

---
 test-and-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test-and-deploy.yml b/test-and-deploy.yml
index f3966df..f76c407 100644
--- a/test-and-deploy.yml
+++ b/test-and-deploy.yml
@@ -203,7 +203,7 @@ Debug:
     # Add the Drupal Vendor Hardening Composer Plugin.
     # see https://github.com/drupal/core-vendor-hardening
     - composer config --no-interaction allow-plugins.drupal/core-vendor-hardening true
-    - composer require --no-interaction --no-progress drupal/core-vendor-hardening
+    - composer require --no-update --no-interaction --no-progress drupal/core-vendor-hardening
   artifacts:
     name: build-prod
     when: always
-- 
GitLab