Skip to content

Bump pip-audit from 2.7.3 to 2.8.0 in /components/notifier #22899

Bump pip-audit from 2.7.3 to 2.8.0 in /components/notifier

Bump pip-audit from 2.7.3 to 2.8.0 in /components/notifier #22899

Workflow file for this run

---
name: Collector
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: "0.5.29"
- name: Install dependencies, run unit tests and check quality
run: |
cd components/collector
uv venv
ci/pip-install.sh
ci/unittest.sh
ci/quality.sh