Skip to content

chore(deps): bump actions/cache from 4 to 5 #1755

chore(deps): bump actions/cache from 4 to 5

chore(deps): bump actions/cache from 4 to 5 #1755

Workflow file for this run

name: Security audit

Check failure on line 1 in .github/workflows/audit.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/audit.yaml

Invalid workflow file

(Line: 17, Col: 19): A sequence was not expected
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: cargo generate-lockfile # create Cargo.lock
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
# RUSTSEC-2024-0436: Paste (which is mature/stable) only pulled in by examples/
# dependencies such as esp-hal, riscv, rp2040-hal, stm32f3xx-hal etc.
ignore: ["RUSTSEC-2024-0436"]