diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-27 16:41:56 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-05-28 01:11:18 +0200 |
commit | 365d207faa9245bf55879595ee6e7f63da84610d (patch) | |
tree | 71ec3a73640ef89c1b21e7c20d6cb4a20e7552b6 /.github | |
parent | Call SSLfatal when the generate_ticket_cb returns 0 (diff) | |
download | openssl-365d207faa9245bf55879595ee6e7f63da84610d.tar.xz openssl-365d207faa9245bf55879595ee6e7f63da84610d.zip |
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/fips-checksums.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index 8d17cbd5a4..0b3111c1a7 100644 --- a/.github/workflows/fips-checksums.yml +++ b/.github/workflows/fips-checksums.yml @@ -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 |