From 1690432c7d586c886d1baddcde3becb7890ba558 Mon Sep 17 00:00:00 2001 From: harshitasao Date: Sun, 18 Aug 2024 13:27:48 +0530 Subject: [PATCH 1/2] fix: fixed the pinned-dependencies Signed-off-by: harshitasao --- .github/workflows/conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index b594c48dc5..3afe7646cc 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -11,6 +11,6 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Run test suite - uses: theupdateframework/tuf-conformance@main + uses: theupdateframework/tuf-conformance@e380ad0c3033467afa746059637b4f7397ddbda0 # main with: entrypoint: ".github/scripts/conformance-client.py" From a927a3790dac93b1ed0132001b6384ac78d2cf9b Mon Sep 17 00:00:00 2001 From: harshitasao Date: Sun, 18 Aug 2024 13:37:41 +0530 Subject: [PATCH 2/2] fix: fixed the token-permission Signed-off-by: harshitasao --- .github/workflows/conformance.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 3afe7646cc..d6907a6d62 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -2,6 +2,9 @@ on: # manual dispatch only while the conformance test suite is under rapid development workflow_dispatch: +permissions: + contents: read + name: Conformance test jobs: conformance: