Skip to content

Commit

Permalink
Update Security workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Oct 17, 2022
1 parent 8ad6f5a commit 48289a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Security
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'

jobs:

Expand Down Expand Up @@ -33,9 +35,6 @@ jobs:

- run: mkdir -p /home/runner/{.composer/cache,.config/composer}

- name: Composer v2
run: sudo composer self-update --2

- name: Composer Github Auth
run: composer config -g github-oauth.github.com ${{ github.token }}

Expand All @@ -44,4 +43,4 @@ jobs:
- name: Install PHP dependencies
run: composer update --prefer-dist

- uses: symfonycorp/security-checker-action@v2
- uses: symfonycorp/security-checker-action@v3

0 comments on commit 48289a2

Please sign in to comment.