Skip to content

Update ash requirement from 0.37 to 0.38 #23

Update ash requirement from 0.37 to 0.38

Update ash requirement from 0.37 to 0.38 #23

Workflow file for this run

name: Security audit
on:
pull_request:
types: [ labeled ]
branches: [ master ]
paths:
- '**/Cargo.toml'
env:
CARGO_TERM_COLOR: always
jobs:
security_audit:
if: ${{ github.event.label.name == 'ready-to-merge' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}