Problem/Motivation
The scheduled CI pipeline fails at the composer stage because .gitlab-ci.yml hardcodes DRUPAL_CORE: "10.3.6". Drupal 10.3.6 has been flagged by Packagist security advisories, and Composer's block-insecure audit feature refuses to install it.
Proposed resolution
Remove the composer job override that pins DRUPAL_CORE to 10.3.6. The CI pipeline will now use the default core version provided by the GitLab CI templates, which tracks the latest stable release. This prevents future breakage when specific versions receive security advisories.
User interface changes
None
API changes
None
Data model changes
None
Issue fork entity_change_default_language-3580840
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
facine commented