Skip to content

converts user/group name to uid/gid if necessary #8

converts user/group name to uid/gid if necessary

converts user/group name to uid/gid if necessary #8

Workflow file for this run

---
name: rust-audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches:
- main
- wip/next
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
cargo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
...