Skip to content

chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #92

chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1

chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 #92

Workflow file for this run

name: CodSpeed
on:
push:
branches: [main]
pull_request:
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
id-token: write
jobs:
codspeed:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with:
enable-cache: true
prune-cache: false
- name: Set up Python
run: uv python install '3.14'
- name: Prepare project for development
run: uv sync
- name: Run benchmarks
uses: CodSpeedHQ/action@f99becdce5e5d51fd556489ebef684f4ecfd6286 # v4.18.5
with:
mode: simulation
run: uv run pytest tests/test_benchmarks.py --codspeed