Skip to content

build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 in the action-dependencies group #445

build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 in the action-dependencies group

build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 in the action-dependencies group #445

Workflow file for this run

on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
schedule:
- cron: '30 6 * * 3'
permissions:
contents: read
name: Conformance
jobs:
conformance:
runs-on: ubuntu-latest
steps:
- name: Checkout conformance client
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run test suite
uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0
with:
entrypoint: ".github/scripts/conformance-client.py"