]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - .github/workflows/codeql-analysis.yml
Making a gost provider - Add the provider foundation
[openssl-gost/engine.git] / .github / workflows / codeql-analysis.yml
index 17791e5ca44b60ae3a22909d5d43eee6e5ace042..194a08da4a4151bb6a8d5db35bd735260eeb4757 100644 (file)
@@ -1,7 +1,7 @@
 name: "CodeQL"
 
 env:
-  OPENSSL_BRANCH: openssl-3.0.0-beta2
+  OPENSSL_BRANCH: openssl-3.0
   #RPATH: "-Wl,-rpath=${PREFIX}/lib"
   #PREFIX: ${HOME}/opt
   #PATH: ${PREFIX}/bin:${PATH}
@@ -27,6 +27,8 @@ jobs:
         # We must fetch at least the immediate parents so that if this is
         # a pull request then we can checkout the head.
         fetch-depth: 2
+        # gost-engine has submodules
+        submodules: true
 
     # If this run was triggered by a pull request event, then checkout
     # the head of the pull request instead of the merge commit.