Skip to content

chore: run cargo update since once_cell 1.20 was yanked #63

chore: run cargo update since once_cell 1.20 was yanked

chore: run cargo update since once_cell 1.20 was yanked #63

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