Skip to content

Commit a42ec03

Browse files
Delete lock file to get the latest dependencies (#1205)
1 parent 7026f8f commit a42ec03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ jobs:
8383
with:
8484
path: drupal/modules/contrib/apigee_edge
8585

86+
- name: Delete lock file
87+
# Deleting the composer.lock file forces Composer to re-evaluate all dependencies
88+
# and ensure the latest, secure versions are resolved during the 'composer update' step.
89+
run: |
90+
echo "Removing composer.lock to force update latest dependencies."
91+
rm -f drupal/composer.lock
92+
8693
- name: "Allow plugins and dev dependencies"
8794
run: |
8895
cd drupal

0 commit comments

Comments
 (0)