]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
.github/workflows/codeql-analysis.yml: Bump the OpenSSL version
authorRichard Levitte <richard@levitte.org>
Tue, 30 Mar 2021 19:53:38 +0000 (21:53 +0200)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Tue, 30 Mar 2021 20:04:26 +0000 (23:04 +0300)
From 3.0.0-alpha6 to 3.0.0-alpha13, mostly for Analysis to avoid
getting failures when compiling, considering that the GOST source has
adapted for the latter version.

.github/workflows/codeql-analysis.yml

index 8c6a405a66e123093751075de154fa423cb3e2b6..76b61afafab82b9b8880faebba1c9aeeff3afbbb 100644 (file)
@@ -1,7 +1,7 @@
 name: "CodeQL"
 
 env:
-  OPENSSL_BRANCH: openssl-3.0.0-alpha6
+  OPENSSL_BRANCH: openssl-3.0.0-alpha13
   #RPATH: "-Wl,-rpath=${PREFIX}/lib"
   #PREFIX: ${HOME}/opt
   #PATH: ${PREFIX}/bin:${PATH}