Skip to content

Commit 761ad76

Browse files
committed
Fix security step
1 parent b57c1e1 commit 761ad76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
command: composer update --prefer-${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4646
# Action
4747
- name: Composer Audit
48-
run: composer audit
48+
run: composer audit --abandoned=report

0 commit comments

Comments
 (0)