Skip to content

chore(ci): try pinning nightly for MSRV build #59

chore(ci): try pinning nightly for MSRV build

chore(ci): try pinning nightly for MSRV build #59

Workflow file for this run

name: Security audit
on:
push:
#schedule:
# - cron: '0 0 * * *'
workflow_dispatch:
jobs:
audit-check:
runs-on: ubuntu-latest
permissions:
checks: write
issues: write
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run security audit
uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}