We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2b44c commit 1e42017Copy full SHA for 1e42017
.github/actions/fetch-vectors/action.yml
@@ -11,10 +11,12 @@ runs:
11
path: "wycheproof"
12
# Latest commit on the wycheproof main branch, as of Aug 28, 2025.
13
ref: "96c3fa033271856d3dca237581cc2c98cf95e7d9" # wycheproof-ref
14
+ persist-credentials: false
15
16
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
with:
18
repository: "C2SP/x509-limbo"
19
path: "x509-limbo"
20
# Latest commit on the x509-limbo main branch, as of Aug 26, 2025.
21
ref: "2e0461d620f766232ebe9a3173aedaa70c52342c" # x509-limbo-ref
22
0 commit comments