Skip to content

fix: update toolchain + fix security advisories (BAC-1432) (#6) #1

fix: update toolchain + fix security advisories (BAC-1432) (#6)

fix: update toolchain + fix security advisories (BAC-1432) (#6) #1

Workflow file for this run

name: security
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on:
push:
branches: ["main", "staging"]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- ".cargo/audit.toml"
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- run: sudo apt install pkg-config
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}