python-tuf/.github/workflows/conformance.yml
dependabot[bot] acffdc030e
build(deps): bump theupdateframework/tuf-conformance
Bumps the action-dependencies group with 1 update: [theupdateframework/tuf-conformance](https://github.com/theupdateframework/tuf-conformance).


Updates `theupdateframework/tuf-conformance` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/theupdateframework/tuf-conformance/releases)
- [Commits](ad0e8bef1a...dee4e23533)

---
updated-dependencies:
- dependency-name: theupdateframework/tuf-conformance
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-29 14:16:48 +00:00

22 lines
516 B
YAML

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