Skip to content

build(deps-dev): update ruff requirement from <0.0.273 to <0.0.275 #990

build(deps-dev): update ruff requirement from <0.0.273 to <0.0.275

build(deps-dev): update ruff requirement from <0.0.273 to <0.0.275 #990

Workflow file for this run

name: Conformance Tests
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with:
python-version: "3.x"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: install sigstore-python
run: python -m pip install .
- uses: sigstore/sigstore-conformance@064fb32a890c30235f305281f3509c5e65e6f9e5 # v0.0.4
with:
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance