[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu May 27 23:11:40 UTC 2021


The branch master has been updated
       via  365d207faa9245bf55879595ee6e7f63da84610d (commit)
      from  e49095f186dcea5dbd902eae6cc81935063f782d (commit)


- Log -----------------------------------------------------------------
commit 365d207faa9245bf55879595ee6e7f63da84610d
Author: Tomas Mraz <tomas at openssl.org>
Date:   Thu May 27 16:41:56 2021 +0200

    FIPS Checksums: checkout the head of the base repo as pristine
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15503)

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/fips-checksums.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 at 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


More information about the openssl-commits mailing list