Skip to content

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 in /.github/actions/upload-coverage #1412

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 in /.github/actions/upload-coverage

build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 in /.github/actions/upload-coverage #1412

Workflow file for this run

name: Conformance Tests
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
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@00922385de455be5ec46288a947044aa44fb0981 # v0.0.8
with:
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance