We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f137d48 + e491e32 commit 49cb1fbCopy full SHA for 49cb1fb
.github/workflows/kryoptic-fips.yml
@@ -82,12 +82,12 @@ jobs:
82
### kryoptic build ###
83
######################
84
- name: Setup kryoptic
85
+ env:
86
+ KRYOPTIC_REVISION: b38f56bf5dc281fa750146d0378fc62b7c23f95f
87
run: |
- KRYOPTIC_REVISION="v1.3.1"
-
88
cd ..
89
git clone https://github.com/latchset/kryoptic.git \
90
- --depth 1 --single-branch --revision $KRYOPTIC_REVISION kryoptic
+ --depth 1 --single-branch --revision "$KRYOPTIC_REVISION" kryoptic
91
92
- name: Generate lock file
93
0 commit comments