Skip to content

Commit fc8d43a

Browse files
committed
CI: Check composer dependencies for known security issues
1 parent 7231b57 commit fc8d43a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,14 @@ jobs:
8383

8484
- name: Check .php files for syntax errors
8585
run: composer php:syntax -- --checkstyle | cs2pr
86+
87+
- uses: actions/cache@v3
88+
id: cache-db
89+
with:
90+
path: ~/.symfony/cache
91+
key: db
92+
93+
- name: Check composer dependencies for known security issues
94+
uses: symfonycorp/security-checker-action@v3
95+
with:
96+
lock: ./composer.lock

0 commit comments

Comments
 (0)