Skip to content

Upgrade zip to 8.x to drop the C bzip2 implementation #391

Upgrade zip to 8.x to drop the C bzip2 implementation

Upgrade zip to 8.x to drop the C bzip2 implementation #391

Workflow file for this run

name: Security audit - on push
on:
push:
branches:
- "**"
tags-ignore:
- "ubi-*"
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
permissions: read-all
jobs:
security_audit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions-rust-lang/audit@v1