Skip to content

Commit

Permalink
Fix: Fixed CI security job
Browse files Browse the repository at this point in the history
  • Loading branch information
fkrzski committed Dec 12, 2024
1 parent 7f5d08d commit 64115cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: none
tools: composer:v2

- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-progress

- name: Security check for vulnerabilities
uses: symfonycorp/security-checker-action@v5

Expand Down

0 comments on commit 64115cd

Please sign in to comment.