Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: touch requirements.txt

- name: Run the TUF conformance tests
uses: theupdateframework/tuf-conformance@2c8a0a73f2eea756ddc2e8b11077cb063aa221ed
uses: theupdateframework/tuf-conformance@a45d2183228f9bed664616669c11d19558e0be3f
with:
entrypoint: ${{ github.workspace }}/bin/tuf-conformance-entrypoint
artifact-name: "test repositories ${{ matrix.ruby }} ${{ matrix.os }}"
Expand Down
Loading