Skip to content

chore(deps): bump actions/checkout from 6 to 7 #117

chore(deps): bump actions/checkout from 6 to 7

chore(deps): bump actions/checkout from 6 to 7 #117

name: Security Audit
on:
schedule:
- cron: "0 6 * * *"
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
extensions: curl, dom, filter, sockets
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-interaction
- name: Run security audit
run: composer audit