mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
FIPS Checksums: checkout the head of the base repo as pristine
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15503)
This commit is contained in:
parent
e49095f186
commit
365d207faa
3
.github/workflows/fips-checksums.yml
vendored
3
.github/workflows/fips-checksums.yml
vendored
@ -18,7 +18,8 @@ jobs:
|
||||
mkdir ./artifact
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.base.sha }}
|
||||
repository: ${{ github.event.pull_request.base.repo.full_name }}
|
||||
ref: ${{ github.event.pull_request.base.ref }}
|
||||
path: source-pristine
|
||||
- name: config pristine
|
||||
run: ../source-pristine/config enable-fips && perl configdata.pm --dump
|
||||
|
Loading…
Reference in New Issue
Block a user