From 64cacfc553020e3faa2ee6fe8f5978410e0243c4 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Mon, 3 Nov 2025 19:38:41 +0200 Subject: [PATCH] conformance: Bump version and schedule a weekly run This way there is always an up-to-date result for the conformance report (https://theupdateframework.github.io/tuf-conformance/) to use Signed-off-by: Jussi Kukkonen --- .github/workflows/conformance.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index c17e3e13a9..b6b0c0455d 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -4,6 +4,8 @@ on: - develop pull_request: workflow_dispatch: + schedule: + - cron: '30 6 * * 3' permissions: contents: read @@ -19,6 +21,6 @@ jobs: persist-credentials: false - name: Run test suite - uses: theupdateframework/tuf-conformance@9bfc222a371e30ad5511eb17449f68f855fb9d8f # v2.3.0 + uses: theupdateframework/tuf-conformance@500c525c9ce287a472fd334fe8d885cace667d32 # v2.4.0 with: entrypoint: ".github/scripts/conformance-client.py"