From: Tomas Mraz Date: Thu, 27 May 2021 14:41:56 +0000 (+0200) Subject: FIPS Checksums: checkout the head of the base repo as pristine X-Git-Tag: openssl-3.0.0-beta1~341 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=365d207faa9245bf55879595ee6e7f63da84610d;p=thirdparty%2Fopenssl.git FIPS Checksums: checkout the head of the base repo as pristine Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15503) --- diff --git a/.github/workflows/fips-checksums.yml b/.github/workflows/fips-checksums.yml index 8d17cbd5a44..0b3111c1a73 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