Skip to content

Merge pull request #1732 from squidowl/animation-typing-indicators #423

Merge pull request #1732 from squidowl/animation-typing-indicators

Merge pull request #1732 from squidowl/animation-typing-indicators #423

Workflow file for this run

name: Security
permissions: {}
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: "25 4 * * 1"
jobs:
cargo-audit:
name: Cargo Audit
runs-on: ubuntu-latest
continue-on-error: true
permissions:
checks: write
contents: read
issues: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: rustsec/audit-check@69366f33c96575abad1ee0dba8212993eecbe998 # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2023-0071 # rsa: Marvin Attack - no fix available, transitive via arti-client (which is unaffected https://gitlab.torproject.org/tpo/core/arti/-/issues/1141)