Skip to content

feat: Upgrade both package.json and migrate pong from 14 to 15 #226

feat: Upgrade both package.json and migrate pong from 14 to 15

feat: Upgrade both package.json and migrate pong from 14 to 15 #226

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '50 23 * * *'
jobs:
audit:
runs-on: ubuntu-latest
permissions:
issues: write
checks: write
contents: read
security-events: write
actions: read
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}