Skip to content

build(deps-dev): bump pytest from 8.4.2 to 9.0.3 #4141

build(deps-dev): bump pytest from 8.4.2 to 9.0.3

build(deps-dev): bump pytest from 8.4.2 to 9.0.3 #4141

Workflow file for this run

name: REUSE Compliance Check
on:
workflow_dispatch:
push:
permissions:
contents: read
jobs:
reuse:
name: REUSE Compliance
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Install uv and set the python version
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
with:
python-version: '3.14'
activate-environment: true
- name: Install REUSE tool
run: |
uv pip install reuse==6.2.0
- name: Check REUSE compliance
run: reuse lint
- name: Upload REUSE output
if: failure()
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: reuse-output
path: .reuse/