Skip to content

chore(deps): update actions/checkout action to v4.1.4 #203

chore(deps): update actions/checkout action to v4.1.4

chore(deps): update actions/checkout action to v4.1.4 #203

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Run security audit
# Note: the action below is a temporary fork of rustsec/audit-check; it could be
# replaced if, at some point, rustsec/audit-check is updated to use Node 20.
uses: clechasseur/rustsec-audit-check@b5ade62a8d38826bb50ca4b8b9bc2a8a97f0d44d
with:
token: ${{ secrets.GITHUB_TOKEN }}