Skip to content

Audit

Audit #1102

Workflow file for this run

name: Audit
on:
schedule:
- cron: '0 0 * * *'
permissions: { }
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
audit:
name: Audit
runs-on: ubuntu-latest
permissions:
contents: read
issues: write # `actions-rust-lang/audit` creates a comment summarizing problems (if any)
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: actions-rust-lang/audit@72c09e02f132669d52284a3323acdb503cfc1a24 # v1.2.7