Skip to content

Upgrade Solana dependencies to 2.2.7 and SPL token to 7.0 #2

Upgrade Solana dependencies to 2.2.7 and SPL token to 7.0

Upgrade Solana dependencies to 2.2.7 and SPL token to 7.0 #2

Workflow file for this run

name: Security Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * 0' # Run weekly on Sunday at midnight
workflow_dispatch: # Allow manual triggering
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run cargo-audit
run: cargo audit