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
739 B
YAML
20 lines
739 B
YAML
name: Clone test vectors
|
|
description: Clones the wycheproof and x509-limbo repositories
|
|
|
|
runs:
|
|
using: "composite"
|
|
|
|
steps:
|
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
|
with:
|
|
repository: "google/wycheproof"
|
|
path: "wycheproof"
|
|
# Latest commit on the wycheproof master branch, as of Oct 28, 2023.
|
|
ref: "d9f6ec7d8bd8c96da05368999094e4a75ba5cb3d" # wycheproof-ref
|
|
|
|
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
|
with:
|
|
repository: "C2SP/x509-limbo"
|
|
path: "x509-limbo"
|
|
# Latest commit on the x509-limbo main branch, as of Jan 25, 2024.
|
|
ref: "dcbb36ae64a11648c98c42e6610f7d278704c2ea" # x509-limbo-ref
|