Skip to content

fix: fixed the pinned-dependencies #2689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -11,6 +14,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"