Skip to content

refactor(apic): merge ioapic_inton and ioapic_intoff #1776

refactor(apic): merge ioapic_inton and ioapic_intoff

refactor(apic): merge ioapic_inton and ioapic_intoff #1776

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}