We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4fe2b commit c4bf365Copy full SHA for c4bf365
1 file changed
.github/workflows/php.yml
@@ -75,6 +75,13 @@ jobs:
75
with:
76
path: drupal/modules/contrib/apigee_api_catalog
77
78
+ - name: Delete lock file
79
+ # Deleting the composer.lock file forces Composer to re-evaluate all dependencies
80
+ # and ensure the latest, secure versions are resolved during the 'composer update' step.
81
+ run: |
82
+ echo "Removing composer.lock to force update latest dependencies."
83
+ rm -f drupal/composer.lock
84
+
85
- name: "Allow plugins and dev dependencies"
86
run: |
87
cd drupal
0 commit comments