Skip to content

build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in /.github/actions/upload-coverage in the actions group #2345

build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in /.github/actions/upload-coverage in the actions group

build(deps): bump actions/upload-artifact from 4.4.1 to 4.4.2 in /.github/actions/upload-coverage in the actions group #2345

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.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@ee4de0e602873beed74cf9e49d5332529fe69bf6 # v0.0.11
with:
entrypoint: ${{ github.workspace }}/test/integration/sigstore-python-conformance
xfail: "test_verify_with_trust_root test_verify_dsse_bundle_with_trust_root" # see issue 821