mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
20 lines
737 B
YAML
20 lines
737 B
YAML
name: Clone test vectors
|
|
description: Clones the wycheproof and x509-limbo repositories
|
|
|
|
runs:
|
|
using: "composite"
|
|
|
|
steps:
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
with:
|
|
repository: "C2SP/wycheproof"
|
|
path: "wycheproof"
|
|
# Latest commit on the wycheproof master branch, as of Apr 09, 2024.
|
|
ref: "cd27d6419bedd83cbd24611ec54b6d4bfdb0cdca" # wycheproof-ref
|
|
|
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
with:
|
|
repository: "C2SP/x509-limbo"
|
|
path: "x509-limbo"
|
|
# Latest commit on the x509-limbo main branch, as of Feb 04, 2025.
|
|
ref: "47467a7afc75dcaa586c955d5793766127a391bf" # x509-limbo-ref
|