Skip to content

[CI/CD] pre-commit autoupdate #730

[CI/CD] pre-commit autoupdate

[CI/CD] pre-commit autoupdate #730

Workflow file for this run

name: pip_audit
on: [pull_request, push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
pip_audit:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: 3.x
check-latest: true
pip-install: pip-audit
- run: pip-audit -Sv .