Skip to content

Re-introduce property 9 #3057

Re-introduce property 9

Re-introduce property 9 #3057

Workflow file for this run

name: Security Audit
# The clippy-check job requires this permission to properly surface failures
permissions:
checks: write
on:
pull_request:
push:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions-rust-lang/audit@531fba54daed81c23724925a1892a60c74969c38 # v1.2.1
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}