Skip to content

Security Audit

Security Audit #1224

Workflow file for this run

name: Security Audit
on:
schedule:
- cron: '0 0 * * *'
jobs:
audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- shell: bash
run: corepack enable yarn
- name: Audit
run: yarn audit