Skip to content

Commit a6f3fda

Browse files
committed
add path for composer
1 parent fdb4b87 commit a6f3fda

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependancy-security-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
# @link https://github.com/marketplace/actions/install-composer-dependencies
3737
- name: Install Composer dependencies
3838
uses: "ramsey/composer-install@v2"
39+
with:
40+
working-directory: "solid"
3941

4042
- name: Download security checker
4143
# yamllint disable-line rule:line-length
@@ -45,4 +47,4 @@ jobs:
4547
run: chmod +x ./local-php-security-checker_2.0.4_linux_amd64
4648

4749
- name: Check against insecure dependencies
48-
run: ./local-php-security-checker_2.0.4_linux_amd64 --path=solid/composer.lock
50+
run: ./local-php-security-checker_2.0.4_linux_amd64 --path=composer.lock

0 commit comments

Comments
 (0)