Skip to content

Merge pull request #741 from Free-codaer/idempotent-operations #169

Merge pull request #741 from Free-codaer/idempotent-operations

Merge pull request #741 from Free-codaer/idempotent-operations #169

Workflow file for this run

name: Security Scan
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: "0 2 * * 1"
jobs:
audit:
name: Dependency Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- run: npm install
- run: npm audit --audit-level=high