Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the action-dependencies group #15

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the action-dependencies group

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the action-dependencies group #15

Workflow file for this run

on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
permissions:
contents: read
name: Conformance test
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout conformance client
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Run test suite
uses: theupdateframework/tuf-conformance@d8ab40ba95e4a62db7170376b6ccaa0e0001dcc6 # v1.1.0
with:
entrypoint: ".github/scripts/conformance-client.py"