summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2021-05-27 16:41:56 +0200
committerPauli <pauli@openssl.org>2021-05-28 09:11:18 +1000
commit365d207faa9245bf55879595ee6e7f63da84610d (patch)
tree71ec3a73640ef89c1b21e7c20d6cb4a20e7552b6 /.github
parente49095f186dcea5dbd902eae6cc81935063f782d (diff)
downloadopenssl-new-365d207faa9245bf55879595ee6e7f63da84610d.tar.gz
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.yml3
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