Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Bump ruff from 0.4.3 to 0.4.4 #308

Bump ruff from 0.4.3 to 0.4.4

Bump ruff from 0.4.3 to 0.4.4 #308

Workflow file for this run

name: "Audit (skeleton)"
on: ["push"]
jobs:
pip-audit:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Install Poetry"
run: "pipx install poetry==1.7.1"
- name: "Install the project"
run: "poetry install --all-extras"
- name: "Set up Python location for pip-audit"
shell: "bash"
run: 'echo "PIPAPI_PYTHON_LOCATION=$(poetry env info -e)" >> $GITHUB_ENV'
- name: "Audit"
uses: "pypa/gh-action-pip-audit@v1.0.8"