diff --git a/test-and-deploy.yml b/test-and-deploy.yml index f3966df778eb6778ba431cc02a60718e5c9ea1c8..f76c4070db77f13c4e4df1fd5a55d593c6e7331e 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