aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2021-03-30 21:53:38 +0200
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2021-03-30 23:04:26 +0300
commit96ae017c074fbdb6734b034210e2ce6c0be846ab (patch)
tree5a40e13d3d5ed478a3a28a1729de8d563db65023
parent9812e2735188c354c8bd405d1bde4225800cef62 (diff)
downloadgost-engine-96ae017c074fbdb6734b034210e2ce6c0be846ab.zip
gost-engine-96ae017c074fbdb6734b034210e2ce6c0be846ab.tar.gz
gost-engine-96ae017c074fbdb6734b034210e2ce6c0be846ab.tar.bz2
.github/workflows/codeql-analysis.yml: Bump the OpenSSL version
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.
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 8c6a405..76b61af 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -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}