Skip to content

catchup: into long_lived/initial_datalayer from main @ ea4928bcf6973a7e68f97a73e058b2634bd5d804 #2060

catchup: into long_lived/initial_datalayer from main @ ea4928bcf6973a7e68f97a73e058b2634bd5d804

catchup: into long_lived/initial_datalayer from main @ ea4928bcf6973a7e68f97a73e058b2634bd5d804 #2060

Workflow file for this run

name: Security audit
on:
pull_request:
branches:
- "**"
concurrency:
group: ${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow_ref, github.event.pull_request.number) || github.run_id }}
cancel-in-progress: true
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071