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: 2 additions & 0 deletions .github/actions/fetch-vectors/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ runs:
path: "wycheproof"
# Latest commit on the wycheproof main branch, as of Aug 28, 2025.
ref: "96c3fa033271856d3dca237581cc2c98cf95e7d9" # wycheproof-ref
persist-credentials: false

- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: "C2SP/x509-limbo"
path: "x509-limbo"
# Latest commit on the x509-limbo main branch, as of Aug 26, 2025.
ref: "2e0461d620f766232ebe9a3173aedaa70c52342c" # x509-limbo-ref
persist-credentials: false
Loading