Skip to content

Bump cargo-util-schemas from 0.8.2 to 0.10.0 (#204) #40

Bump cargo-util-schemas from 0.8.2 to 0.10.0 (#204)

Bump cargo-util-schemas from 0.8.2 to 0.10.0 (#204) #40

Workflow file for this run

name: Audit cargo dependencies for security vulnerabilities
on:
schedule:
- cron: "0 8 * * 1" # run at 8am every Monday
workflow_dispatch: # allow manual triggering
permissions:
issues: write # Creates issues for any vulnerabilities found
contents: read
checks: write # Needs to create check
jobs:
audit:
runs-on: ubuntu-latest
steps:

Check failure on line 15 in .github/workflows/CargoAudit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CargoAudit.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
- uses: actions/checkout@v5
# We are not using the common workflow here because it installs a lot of tools we don't need
uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.89"
- uses: extractions/setup-just@v3
with:
just-version: "1.27"
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}