Skip to content

Commit c4bf365

Browse files
Delete lock file to get the latest dependencies (apigee#284)
1 parent fa4fe2b commit c4bf365

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/php.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ jobs:
7575
with:
7676
path: drupal/modules/contrib/apigee_api_catalog
7777

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+
7885
- name: "Allow plugins and dev dependencies"
7986
run: |
8087
cd drupal

0 commit comments

Comments
 (0)