cryptography/.github/actions/fetch-vectors/action.yml
pyca-boringbot[bot] bee35f0d4b
Bump x509-limbo and/or wycheproof in CI (#10250)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2024-01-25 00:30:50 +00:00

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