Skip to content

Bump regex from 1.10.4 to 1.10.5 #2103

Bump regex from 1.10.4 to 1.10.5

Bump regex from 1.10.4 to 1.10.5 #2103

# https://github.com/actions-rs/audit-check
name: Rust Cargo Audit
on:
push:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- uses: ClementTsang/[email protected]
with:
command: install
args: cargo-audit
- uses: ClementTsang/[email protected]
with:
command: audit
# - uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}