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"