Skip to content

Commit 1e42017

Browse files
authored
use persist-credentials: false when checking out vectors (#13368)
1 parent 1c2b44c commit 1e42017

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/fetch-vectors/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ runs:
1111
path: "wycheproof"
1212
# Latest commit on the wycheproof main branch, as of Aug 28, 2025.
1313
ref: "96c3fa033271856d3dca237581cc2c98cf95e7d9" # wycheproof-ref
14+
persist-credentials: false
1415

1516
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1617
with:
1718
repository: "C2SP/x509-limbo"
1819
path: "x509-limbo"
1920
# Latest commit on the x509-limbo main branch, as of Aug 26, 2025.
2021
ref: "2e0461d620f766232ebe9a3173aedaa70c52342c" # x509-limbo-ref
22+
persist-credentials: false

0 commit comments

Comments
 (0)