Skip to content

Bump cfg-if from 1.0.3 to 1.0.4 in /src/wasm_runtime (#238) #49

Bump cfg-if from 1.0.3 to 1.0.4 in /src/wasm_runtime (#238)

Bump cfg-if from 1.0.3 to 1.0.4 in /src/wasm_runtime (#238) #49

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 }}