Skip to content

Upgrade to TaskChampion 0.9.0 #133

Upgrade to TaskChampion 0.9.0

Upgrade to TaskChampion 0.9.0 #133

Workflow file for this run

name: security
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
runs-on: ubuntu-latest
permissions: write-all
name: "Audit Rust Dependencies"
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}