Skip to content

Remove validating/sequencing ambiguity for readability (#1950) #33

Remove validating/sequencing ambiguity for readability (#1950)

Remove validating/sequencing ambiguity for readability (#1950) #33

Workflow file for this run

name: Run Cargo Audit
on:
push:
branches:
- 'develop'
- 'main'
schedule:
- cron: '0 0 * * 1' # Run on Mondays
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Audit Dependencies
run: cargo audit