We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8052c3 commit b3c04f4Copy full SHA for b3c04f4
.github/workflows/securitycheck.yml
@@ -35,9 +35,6 @@ jobs:
35
php-version: ${{ matrix.php }}
36
coverage: none
37
38
- - name: Enable creation of `composer.lock` file
39
- run: composer config --unset lock
40
-
41
# Install dependencies and handle caching in one go.
42
# @link https://github.com/marketplace/actions/install-php-dependencies-with-composer
43
- name: Install Composer dependencies
@@ -56,4 +53,4 @@ jobs:
56
53
run: chmod +x ./local-php-security-checker_2.0.6_linux_amd64
57
54
58
55
- name: Check against insecure dependencies
59
- run: ./local-php-security-checker_2.0.6_linux_amd64 --path=composer.lock
+ run: ./local-php-security-checker_2.0.6_linux_amd64 --path=vendor/composer/installed.json
0 commit comments