Skip to content

Migrate to pygls v2 (drop v1 support) (#25) #37

Migrate to pygls v2 (drop v1 support) (#25)

Migrate to pygls v2 (drop v1 support) (#25) #37

Workflow file for this run

name: pip-audit
on:
push:
branches: [dev, main]
pull_request:
branches: [dev, main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6.0.1
- run: uv sync --group audit
- run: uv run pip-audit