cryptography/.github/actions/fetch-vectors/action.yml
pyca-boringbot[bot] e1153d7c55
Bump x509-limbo and/or wycheproof in CI (#12392)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
2025-02-03 18:25:19 -08:00

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