Skip to content

Commit

Permalink
Merge pull request #142 from maximehuran/feature/update-security-work…
Browse files Browse the repository at this point in the history
…flow

Update Security workflow
  • Loading branch information
delyriand committed Oct 21, 2022
2 parents 352196c + ae12f1c commit e3516d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 * * 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 Down

0 comments on commit e3516d1

Please sign in to comment.